This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-06
Channels
- # announcements (3)
- # architecture (16)
- # beginners (5)
- # cherry (1)
- # cider (3)
- # cljsrn (2)
- # clojure (54)
- # clojure-dev (11)
- # clojure-europe (14)
- # datalevin (26)
- # emacs (8)
- # helix (5)
- # honeysql (5)
- # hyperfiddle (40)
- # lsp (12)
- # malli (23)
- # missionary (7)
- # nrepl (2)
- # off-topic (18)
- # releases (2)
- # yamlscript (1)
Did some behavior in the latest verison of CIDER change regarding restart
command in the REPL? For some reason, restart no longer restarts Clojure on my end. It just restarts the REPL but keeps Clojure running. (This is not the behavior I want. In the past, the behavior I liked and relied on was restarting Clojure and setting up a new REPL afterwards)
This is the latest related fix https://github.com/clojure-emacs/cider/pull/3363/files It's in master only atm, but you are free to try it. I expect everything to be stable. We're aiming to release cider 1.8.0 early in the week
👍 2