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

Issue launching REPL with Clojure 1.9.0-alpha19 #887

Open
mikera opened this issue Sep 2, 2017 · 3 comments
Open

Issue launching REPL with Clojure 1.9.0-alpha19 #887

mikera opened this issue Sep 2, 2017 · 3 comments

Comments

@mikera
Copy link

mikera commented Sep 2, 2017

I get an exception with the following message trying to start a REPL with the latest Clojure alpha: Invalid token: ::clojure.test/once-fixtures

Seems to be related to:
clojure-emacs/cider#2081

Dropping back to Clojure 1.9.0-alpha17 seems to solve the problem as a temporary workaround.

@Zylox
Copy link

Zylox commented Jan 10, 2018

It's worth noting that this my team is seeing this issue still in the full release of clojure 1.9.

I think a fix would be to update https://github.com/ccw-ide/ccw/blob/v0.35.1.STABLE001/ccw.core/pom.xml#L155-L156 to use https://github.com/clojure-emacs/cider-nrepl/releases/tag/v0.16.0 or newer. I don't know what other impact this might have though.

@mikera
Copy link
Author

mikera commented Jan 26, 2018

@laurentpetit any chance of a release to fix this in the near future? It seems to be a breaking issue for using CCW with Clojure 1.9.

@mikera
Copy link
Author

mikera commented Jan 26, 2018

Update: I found another workaround, you can uncheck "Windows/Preferences/Clojure/General/Launch REPLs with cider-nrepl". This seems to solve the problem with Clojure 1.9.0 at least.

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