Fork me on GitHub
#cider
<
2023-08-06
>
hifumi12321:08:43

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)

vemv22:08:33

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
hifumi12323:08:34

Oh, that is good news. I will run M-x straight-pull-all and report back any issues I find. Thanks!

🙌 2