Doubles in metadata causes issues for cider #2979
Labels
cider-nrepl
The issue is related to cider-nrepl
good first issue
A simple tasks suitable for first-time contributors
nREPL
I get the following message when trying to go to definition:
I am using spacemacs and this happens when
spacemacs/clj-find-var
is called which calls the cider functionscider-var-info
andcider-find-var
. I am in a clojurescript file when this happens. I am using shadow-cljs if that is of any use.I have a macro that builds up a definition and attaches some metadata to it. The metadata contains a double somewhere in it that is representing a default value for something. I am pretty sure it is down to this since if I skip over including that particular bit of metadata then I no longer have this issue. My implementation is very much in flux so I may ditch this bit of metadata, but it would be nice for the go to functionality to not fail because of some issue with some unrelated metadata.
The text was updated successfully, but these errors were encountered: