Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade nREPL #2102

Closed
cursive-ide opened this issue Jan 11, 2019 · 1 comment
Closed

Upgrade nREPL #2102

cursive-ide opened this issue Jan 11, 2019 · 1 comment
Labels
changed Marks issues describing changes to existing features released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@cursive-ide
Copy link
Owner

The nREPL bundled with Cursive should be upgraded to the new nREPL.

@cursive-ide cursive-ide added this to the 1.8.1 milestone Jan 11, 2019
@d-t-w
Copy link

d-t-w commented Feb 13, 2019

Leaving a note for fellow travellers.

Had an issue where an upgrade to Leiningen 2.9.0 caused a conflict with cider/piggieback 0.3.9:

Error loading cider.piggieback: Syntax error compiling at (cider/piggieback.clj:187:3).
...
...
...
Caused by: java.lang.RuntimeException: Unable to resolve var: cider.piggieback/wrap-cljs-repl in this context

Since latest Leiningen has ported to nRepl 0.6.0 which in turn is only supported by piggieback 0.4.0.

Bumping to 0.4.0 gives me Cursive REPL errors on start:

Error loading cider.piggieback: Syntax error compiling at (cider/piggieback.clj:1:1).
...
...
...
Caused by: java.lang.RuntimeException: Unable to resolve var: cider.piggieback/wrap-cljs-repl in this context

Since piggieback 0.4.0 is not compatible with tools.nrepl anymore.

We have a mixed team of Cursive, Emacs + Cider team so for now I'm remaining on 0.3.9 with Lein 2.9.0 and a broken Lein Repl and working Cursive one.

@cursive-ide cursive-ide modified the milestones: 1.8.1, 1.8.1-eap4 Mar 22, 2019
@cursive-ide cursive-ide added the changed Marks issues describing changes to existing features label Sep 22, 2020
@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changed Marks issues describing changes to existing features released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

2 participants