I'm using Emacs 25 and CIDER 0.18.0.
I'm using cider-connect
to attach to a running nREPL process. After connecting, when trying to call cider-refresh
, it responds with "Don't know how to make a localized variable an alias".
I've tried debugging by setting Emacs to trace the function, and by looking at the byte-code compile buffers.
Loads of posts on the net refer to using cider-refresh
so I'm fairly sure it should work.
How can I identify and fix this problem?