cider-nrepl icon indicating copy to clipboard operation
cider-nrepl copied to clipboard

REPL failing to start

Open divs1210 opened this issue 11 months ago • 2 comments

$ lein do clean, repl
Error loading cider.nrepl: Syntax error macroexpanding at (core.clj:348:14).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Error loading cider.nrepl: Syntax error compiling at (cider/nrepl/inlined/deps/haystack/v0v3v3/haystack/parser/util.cljc:1:1).
Syntax error compiling var at (/tmp/form-init3232995692135004830.clj:1:10009).
Unable to resolve var: cider.nrepl/wrap-apropos in this context

Full report at:
/tmp/clojure-16101079537742322175.edn
Subprocess failed (exit code: 1)

My deps:

[cider/cider-nrepl "0.50.0"]
   [cider/orchard "0.27.1" :exclusions [[org.clojure/clojure]]]
   [mx.cider/logjam "0.3.0" :exclusions [[org.clojure/clojure]]]
 [nrepl "1.1.1"]
 [org.clojure/clojure "1.12.0-alpha6"]
   [org.clojure/core.specs.alpha "0.2.62"]
   [org.clojure/spec.alpha "0.3.218"]
 [org.nrepl/incomplete "0.1.0" :exclusions [[org.clojure/clojure]]]

divs1210 avatar Jan 16 '25 18:01 divs1210

Does this happen in every project or only in a particular one?

alexander-yakushev avatar Jan 16 '25 18:01 alexander-yakushev

Without more information there's little we can do about this ticket.

bbatsov avatar Feb 26 '25 14:02 bbatsov

Feel free to reopen if the problem persists.

alexander-yakushev avatar Oct 15 '25 21:10 alexander-yakushev