Closed lverns closed 5 years ago
Can you try this with lein 2.9.0
? I believe you need nrepl 0.6.0 with CIDER 21 and above and lein 2.8.3 comes with cider 0.5.5 or 0.5.0. Should be as simple as lein upgrade 2.9.0
@dpsutton To quote myself (emphasis added):
I'm unable to spin up a standlone repl to connect to with Leiningen
2.8.3
, but can with2.9.0
. Since latest lein + latest cider work together, I don't know that we'll care about making code changes. If not, we should probably update the docs to recommend2.9.0
or newer.https://docs.cider.mx/en/latest/installation/#setting-up-a-standalone-repl
Yeah, now 2.9.0 is required if you’re using cider-connect
(Or you should override the nREPL dep in your Lein profiles). That’s an oversight on our part.
I'm unable to spin up a standlone repl to connect to with Leiningen
2.8.3
, but can with2.9.0
. Since latest lein + latest cider work together, I don't know that we'll care about making code changes. If not, we should probably update the docs to recommend2.9.0
or newer.https://docs.cider.mx/en/latest/installation/#setting-up-a-standalone-repl
Expected behavior
Running
lein repl
starts up a REPl that I can connect to withcider-connect
in Emacs.Actual behavior
Running
lein repl
in a fresh Leiningen project (or in no project), produces the stacktrace in the reproduction section.Steps to reproduce the problem
Environment & Version information
CIDER version information
This also happens with
0.21.0
, but not0.20.0
.Lein/Boot version
Leiningen 2.8.3 on Java 1.8.0_162 Java HotSpot(TM) 64-Bit Server VM
Using version 2.9.0 solves the problem.
Emacs version
N/A - Failure happens before emacs is relevant.
Operating system
Fedora release 28 (Twenty Eight)