Fork me on GitHub
#cider
<
2019-07-28
>
alexyakushev11:07:05

Possibly off-topic and unrelated, but has anybody else experienced complete Emacs+CIDER freezes on OS X?

alexyakushev11:07:02

I got a new laptop with Mojave, put Emacs for Mac OS 26.2 on it, and just today already got two freezes while working on a Clojure codebase.

alexyakushev11:07:09

I can't say CIDER is to blame, but in both cases it happened as I just navigated the source file, so I suspect that Eldoc might be responsible.

alexyakushev11:07:38

Emacs is completely dead BTW. No amount of C-g or -SIGUSR2 helps. It doesn't spin CPU either, just sits there.

dpsutton13:07:48

Check activity monitor. I’ve seen really high memory usages. Can periodically run m-x garbage-collect

fabrao15:07:27

Hello all. Anyone had this kind of problem? I´m using emacs with clojure.

[nREPL] Starting server via "c:/ProgramData/chocolatey/bin/lein.bat" update-in :dependencies conj ^"[org.clojure/tools.nrepl \^"0.2.13\^" :exclusions [org.clojure/clojure]]^" -- update-in :plugins conj ^"[refactor-nrepl \^"2.4.0-SNAPSHOT\^"]^" -- update-in :plugins conj ^"[cider/cider-nrepl \^"0.18.0-SNAPSHOT\^"]^" -- repl :headless :host ::...
error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: clojure.lang.Compiler$CompilerException: Syntax error compiling var at (cider/nrepl/middleware/pprint.clj:73:3).

#:clojure.error{:phase :compile-syntax-check, :line 73, :column 3, :source "cider/nrepl/middleware/pprint.clj", :symbol var}

alexyakushev17:07:57

@fabrao The versions of the CIDER dependencies that your start command uses are really old

alexyakushev17:07:13

Have you configured that command manually?

fabrao18:07:39

@alexyakushev I´ll give a try and see what´s the result

fabrao20:07:13

How do I change the versions of cider-nrepl in cider-jack-in?

fabrao21:07:16

I had fixed it changing the version in cider.el, removing cider.elc, and changing the version in clj-refactor.el and removing clj-refactor.elc