Fork me on GitHub
#cider
<
2023-05-25
>
Charles Comstock18:05:49

I recently ran into some trouble with M-. breaking on a CLJS project and no longer recognizing any namespaces. My quick fix was to force the usage of cider-find-var instead of xref-find-definitions I'm aware of cider-use-xref but I think that only work if declared before cider loads, so I just hardcoded the bindings in cider-mode-map. Skimming over the changes in cider this spring it seems unlikely this was due to a change there, and is instead more likely caused by upstream changes to xref in emacs trunk, but I haven't diagnosed the cause. Anyway, not sure if this is actually a bug in cider or elsewhere, but thought I would mention it here if someone else had the same problem.

👀 2