Fork me on GitHub
#cider
<
2021-08-18
>
Jim Newton07:08:42

I was trying to run my test (`clojure.test`) from cider. After waiting a long time, I finally discovered the *nrepl-server ..* buffer. Shouldn't the emacs-lisp end of this operation notice that the lisp job has failed and make some sort of notification?

bozhidar09:08:13

That's terminal output from the server process that's decoupled from the normal message exchange that CIDER uses to talk to it. It's quite hard to map output in the terminal to operations performed by CIDER.

✔️ 3