-
Notifications
You must be signed in to change notification settings - Fork 8
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
Doc improvement ideas #1
Comments
wrt docs: That sounds good, I will add that. wrt patching When trying to build the Graal native image with the 25ms startup time, Graal does something weird with the bytecode produced by
It's possible that I could patch nrepl to use agents instead of locking for serializing calls to .write, but having the extra threads just to write seems icky. |
When do you get this? I'm pretty certain that should be working with nREPL 0.5.3 and Lein 2.8.3. |
|
I'm using |
Do you have something in profiles? Or project.clj? Or some dep pulling the older nREPL version? 0.5.1 doesn't have this var, it was added only in 0.5.3. But 0.5.3 is hard dependency of Lein 2.8.3, which really puzzles me. |
Adding an nREPL dep to your |
@bbatsov right... OK, let's back up :) ... I have 0.5.1 as a project dependency for rep, and I have copied I could upgrade my hacked I've just tried adding If leiningen is somehow enforcing that 0.5.3 is the minimum version (instead of the precise version), and otherwise project dependencies used, that would be neat. I could upgrade the project to 0.5.3 and not worry about things not working later. |
(Note: just upgraded it to 0.5.3, but I think I need to pin leiningen to 2.8.3 now, right?) |
After reading the docs I can suggest a couple of things:
rep
by shelling out to itBtw, I was puzzled about the lein remark and the fact you had to patch transport.clj - doesn't this work fine with Lein 2.8.3 and nREPL 0.5.3 that's bundled there?
The text was updated successfully, but these errors were encountered: