radian icon indicating copy to clipboard operation
radian copied to clipboard

Show alert if Clojure REPL fails to start

Open raxod502 opened this issue 9 years ago • 2 comments

As per #35, the user will see an error message if something goes wrong while the REPL is starting, provided that the REPL manages to start eventually. If it doesn't, there's still no error message. We should display some sort of alert (like a yes-or-no-p or similar) in this situation.

raxod502 avatar Aug 08 '16 16:08 raxod502

Perhaps instead of opening the *cider-repl* buffer it could open the *nrepl-server* buffer, which would already have the error message.

raxod502 avatar Aug 16 '16 14:08 raxod502

A better solution to this problem would be to make it so that C-c M-j pops the *nrepl-server* buffer instantly, and then this buffer is replaced by the *cider-repl* buffer once the latter is ready.

We should make sure the resulting solution is compatible with C-c M-J as well.

raxod502 avatar Aug 20 '16 02:08 raxod502

Closing as stale: I no longer use Clojure, and nobody else has complained about this bug.

raxod502 avatar Feb 21 '23 17:02 raxod502