-
-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Labels
Description
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-buffer
Steps to reproduce the problem
- start repl with:
cider-jack-in-cljs
- kill repl with
kill-this-buffer
- try to start repl with:
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
;; CIDER 0.18.1snapshot (package: 20180903.2111), nREPL 0.2.13
;; Clojure 1.9.0, Java 1.8.0_172
Lein/Boot version
╰─➤ lein --version
Leiningen 2.8.1 on Java 1.8.0_172 OpenJDK 64-Bit Server VM
Emacs version
GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-07-05
Operating system
╰─➤ uname -a
Linux archlinux 4.17.12-arch1-1-ARCH #1 SMP PREEMPT Fri Aug 3 07:16:41 UTC 2018 x86_64 GNU/Linux
tiagodalloca, FredrikMeyer and naclonts