-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Boot repl does not work with Clojure 1.7.0-alpha4 #82
Comments
This is related to cgrand/parsley#15 via trptcolin/reply#159 |
The workaround for now is to start the REPL server with Clojure 1.7 and the client separately with Clojure 1.6.
|
I just verified that the issue is fixed in master in parsley, so if you want you can also build that from source and install in your local Maven repo. That will also fix the problem in a way that doesn't require two separate boot invocations. |
This issue appears to be fixed now. Please reopen if it's not really fixed. |
This was fixed for me with boot 2.0.0-rc9 by manually installing parsley master as mentioned above, but since I upgraded to rc12 the other day I get the exact same error again. I've tried it with rc10 and rc11 and they both work as above. Just rc12 seems to be broken. Versions in case they're useful:
|
Here is what happens:
The text was updated successfully, but these errors were encountered: