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

New cider plugins replace piggieback. #2

Open
ptillemans opened this issue Aug 31, 2019 · 1 comment
Open

New cider plugins replace piggieback. #2

ptillemans opened this issue Aug 31, 2019 · 1 comment

Comments

@ptillemans
Copy link

Hi Eric,

new versions of cider and Calva load cider/piggieback iso cemerick/piggieback

e.g.

lein update-in :dependencies conj \[nrepl\ \"0.6.0\"\] -- update-in :dependencies conj \[cider/piggieback\ \"0.4.1\"\] -- update-in :plugins conj \[refactor-nrepl\ \"2.5.0-SNAPSHOT\"\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.22.0-beta11\"\] -- repl :headless :host localhost

This breaks the emacs and vscode integration rather badly with difficult to interprete errors, well for me at least.

changing the repl-options to :

:repl-options {:nrepl-middleware [cider.piggieback/wrap-cljs-repl]}

fixes the issue for me.

@lucasemmoreira
Copy link

It worked for me as well!
thx @ptillemans !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants