-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ClassCastException when running ‘lein trampoline repl’ #2572
Comments
This is being talked about in trptcolin/reply#186. |
* server is no longer something you can deref (it's a regular record) * passing a nil port is the same as passing 0
What exactly is causing Lein to pass the port number as a string? I think it passes the port number as a number pretty much everywhere. Fixing this should be trivial - we just have to identify the offending call in Lein. |
It is a regression within REPL-y, |
I get why this is broken, but I still don't get how come it affects Lein and you patched REPLy before I could check the code there. :-) |
Trying to reproduce #2038 … looks like the nREPL upgrade broke ‘lein trampoline repl’? This used to work in Leiningen 2.8.1.
This is with Leiningen 2.9.1.
The text was updated successfully, but these errors were encountered: