You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit of an edge case and I'm not sure if I should have opened it in the cider-nrepl issue tracker. I discovered this when writing a custom let macro and attempting to eval a macroexpand-1 hoping cider-repl-toggle-pretty-printing would save me some trouble.
Here's the message I get in the REPL:
CompilerException java.lang.RuntimeException: Unable to resolve symbol: let in this context, compiling:(/private/var/folders/sv/xytbwbxn6pg835_hkmyf8lxc0000gn/T/form-init8098409859872133519.clj:1:1)
I'd be happy to help fix this if you could point me in the right direction.
The text was updated successfully, but these errors were encountered:
This is a bit of an edge case and I'm not sure if I should have opened it in the cider-nrepl issue tracker. I discovered this when writing a custom
let
macro and attempting to eval amacroexpand-1
hopingcider-repl-toggle-pretty-printing
would save me some trouble.Here's the message I get in the REPL:
I'd be happy to help fix this if you could point me in the right direction.
The text was updated successfully, but these errors were encountered: