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
Disclaimer: I'm a noob and didn't know having a nREPL server running was a requirement to eval a sexp inside a cider scratchpad. Feel free to ignore if this isn't relevant or if it is emacs related.
Is your feature request related to a problem? Please describe.
I was trying to eval a sexp within a cider-scratch buffer but it didn't work. I checked the open buffers for erros, and saw nothing. Somehow, I discovered that I had to have a nREPL server running to be able to eval. This is probably a n00b fail but thought it wouldn't hurt to suggest a small tweak to it.
Describe the solution you'd like
Log a message, show a warning, warn the user somehow that a nREPL instance needs to be running as a requirement to be able to eval something inside a cider scratchpad.
Describe alternatives you've considered
None... I don't have enough knowledge to actually propose a concrete suggestion or fix.
Additional context
Nothing happens when SPC m e e is entered. Note: SPC m e e triggers cider-eval-last-sexp.
The text was updated successfully, but these errors were encountered:
I believe this might have been a regression brought by the change to cider-map-repls in #2558.
Currently all cider-eval-* commands fail silently when there is no REPL connected, because cider-map-repls is called interactively with a hardcoded :auto arg
I don't quite understand the change in that PR, maybe it was an overcorrection that caused the check to be always disabled instead of that specific case of loading multiple clj(s/c) files.
Disclaimer: I'm a noob and didn't know having a nREPL server running was a requirement to eval a sexp inside a cider scratchpad. Feel free to ignore if this isn't relevant or if it is emacs related.
Is your feature request related to a problem? Please describe.
I was trying to eval a sexp within a cider-scratch buffer but it didn't work. I checked the open buffers for erros, and saw nothing. Somehow, I discovered that I had to have a nREPL server running to be able to eval. This is probably a n00b fail but thought it wouldn't hurt to suggest a small tweak to it.
Describe the solution you'd like
Log a message, show a warning, warn the user somehow that a nREPL instance needs to be running as a requirement to be able to eval something inside a cider scratchpad.
Describe alternatives you've considered
None... I don't have enough knowledge to actually propose a concrete suggestion or fix.
Additional context
Nothing happens when
SPC m e e
is entered. Note:SPC m e e
triggerscider-eval-last-sexp
.The text was updated successfully, but these errors were encountered: