Bozhidar Batsov
Bozhidar Batsov
Hmm, that's weird. This is set automatically by `cider-nrepl`'s track-state middleware and the relevant code hasn't been changed in ages. Please, check the nREPL message log for some the exact...
See https://docs.cider.mx/cider/troubleshooting.html#debugging-the-communication-with-nrepl
And that's one of the related issues I mentioned earlier https://github.com/clojure-emacs/cider/issues/2456
It should work without a project as well. Not sure why you're getting this error, though.
I can't reproduce this locally (I tried jacking in without a project just now and it works just fine), so my guess is that something's off with your local setup....
This shouldn't matter at all. Might be a good idea to paste this into your shell and see if you'll get a similar error: ``` $ /usr/bin/clojure -Sdeps '{:deps {nrepl/nrepl...
What's your shell?
> Another thing that you may be interested in to do is making a stacktrace 'clickable'. Clickable in what way? Even now you can click on stack frames and go...
The new command should be mentioned somewhere in the mode menu and in the "dealing with stacktraces" docs.
I guess we're mostly ready here and we'll move forward with a proper review after the stacktrace-related code is moved to haystack and haystack is integrated into cider-nrepl.