We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Existing middleware descriptors whose :requires set contains #'pr-values should instead use #'wrap-print according to https://github.com/nrepl/nrepl/releases/tag/0.6.0
Existing middleware descriptors whose :requires set contains #'pr-values should instead use #'wrap-print
And cider-nrepl is not using wrap-print yet:
cider-nrepl/src/cider/nrepl.clj
Line 9 in d9be18e
So bumping nRepl to 0.6.0 breaks my cider-nrepl.
The text was updated successfully, but these errors were encountered:
Fixed by open pull request #590
Sorry, something went wrong.
Thanks – I've released 0.21.0 now, which supports nREPL 0.6.0. Client release will follow once clojure-emacs/cider#2579 is merged.
No branches or pull requests
Existing middleware descriptors whose :requires set contains #'pr-values should instead use #'wrap-print
according to https://github.com/nrepl/nrepl/releases/tag/0.6.0And cider-nrepl is not using wrap-print yet:
cider-nrepl/src/cider/nrepl.clj
Line 9 in d9be18e
So bumping nRepl to 0.6.0 breaks my cider-nrepl.
The text was updated successfully, but these errors were encountered: