-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot restart repl after killed it #2435
Comments
works okay if i use |
@vspinu Guess you should take a look into this. Another person just reported something similar on Slack. |
I'm having the same issue. Cider: |
also met this issue, except |
I also have the same problem actually, not not with all projects |
I had the same issue. I don't know Emacs Lisp very well, but this change in the file
I've added the |
Ah yes that seems to work @maxweber until there is an official fix, thanks a lot! |
I will have a look. For now you can do restart. Either |
I have that problem with latest cider and using clojure-cli + figwheel |
I'm seeing the same behavior here (Spacemacs on Emacs 27.0.50, Cider 0.18.1 Snapshot, Clojure 1.9 and 1.8) |
I have encountered this issue as well, the work around is to run both |
Same issue here. |
…entinel And rename :no-server-kill to :keep-server process property
…entinel And rename :no-server-kill to :keep-server process property
|
Use the template below when reporting bugs. Please, make sure that
you're running the latest stable CIDER and that the problem you're reporting
hasn't been reported (and potentially fixed) already.
Remove all of the placeholder text in your final report!
Expected behavior
I start a repl, works fine. then i kill it with:
kill-this-buffer
. then i try to start a new repl and it doesn't work.Actual behavior
see above, but instead of opening a repl it sends the message:
selecting deleted buffer
to the mini-bufferSteps to reproduce the problem
cider-jack-in-cljs
kill-this-buffer
cider-jack-in-cljs
. Repl doesn't start and error message:selecting deleted buffer
echoes in mini-buffer.This is extremely important! Providing us with a reliable way to reproduce
a problem will expedite its solution.
Environment & Version information
CIDER version information
Lein/Boot version
Emacs version
Operating system
The text was updated successfully, but these errors were encountered: