You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an annoying issue when quiting cider in emacs 27.1 on
windows. The following puzzling error message is displayed to the
user with a loud bang:
error in process sentinel: Could not start nREPL server:
To reproduce with the minimum steps taken in emacs-27.1 under windows 10:
Create a deps.edn file with an empty {} dictionary as contents and open it in emacs.
Cider-jack-in-clj (C-c M-j); a connection to the REPL is opened.
cider-quit (C-c C-q) the repl.
above error message is displayed, there shouldn't be any errors since nothing has gone wrong.
There is an annoying issue when quiting cider in emacs 27.1 on
windows. The following puzzling error message is displayed to the
user with a loud bang:
error in process sentinel: Could not start nREPL server:
To reproduce with the minimum steps taken in emacs-27.1 under windows 10:
The issue is caused by emacs bug #46284
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46284 and only affects
27.1 (fixed in subsequent versions).
PR to follow.
;; CIDER 1.0.0 (Sofia), nREPL 0.8.3
;; Clojure 1.10.1, Java 11.0.7
GNU Emacs 27.1 (build 1, x86_64-w64-mingw32) of 2020-11-19
Windows 10
The text was updated successfully, but these errors were encountered: