-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
cider-jack-in doesn't work well with boot #2644
Comments
Possibly related to #2643 |
@arichiardi @alexander-yakushev Can you confirm the problem? |
It works fine for me on Java 8 and Boot 2.8.2. Could you please downgrade to Boot 2.8.2 for a test? That newer build of Boot doesn't seem to work correctly in many regards. |
It doesn't? I thought there were virtually no internal changes there. |
2.8.2 on Java 12 has the same issues as well |
Tried running boot 2.8.2 on java 1.8.0_212 with no luck as well. |
I tried only |
I noticed that the nRepl launcher does some |
Is there anything in your |
@arichiardi you're right it does seem to work on a sample project i tried: https://github.com/oakes/full-stack-boot-example but i can see the issue on mine for some reason: https://github.com/bob-cd/bob |
@alexander-yakushev I don't really have a profile.boot. just the |
When I get to the office I am going to try your project, thanks and sorry. I also had one other version using |
Thanks a lot! |
@lispyclouds Actually, if you are trying to jack in with |
Let's figure out what's wrong first. We've used Boot's default task for a very long time, so I'm really puzzled by this development.
I guess you mean ack, not ask, right? That's something that Lein does as well, and it's pretty simple. Not sure how many clients (if any) rely on ack, but I doubt it's causing the problem, as it has always been there. |
@alexander-yakushev yes that's what i was trying with |
Yes sorry was on the phone |
Can confirm the stuck emacs and the timeout in
|
Any idea what's the real reason? That error message simply means that nREPL didn't boot up properly. What's happens when you run the boot shell command outside of Emacs? |
Will try that as well |
@arichiardi Any progress with the investigation? |
Didn't have time, will try this week hopefully |
Hello, is there any updates on this? I poked around a bit and it really seems only my source code produces this issue. If there is some way I can help I'm happy to do it! 😄 I have a feeling this could be some issue in my build.boot? |
@lispyclouds I'm still waiting for someone to report that's the actual problem (which should be reproducible by running the command CIDER generated in some terminal). |
Sorry been travelling and kind of on holiday at the moment, not sure I can carve some time for this but will try to |
This has been solved now. As I suspected, the issue was in my |
Expected behavior
After cider-jack-in, I should be able to use CIDER and navigate normally.
Actual behavior
cider-jack-in succeeds but causes emacs to freeze for a couple of seconds and the following error is seen:
Other issues:
Steps to reproduce the problem
cider-jack-in
Environment & Version information
CIDER version information
Lein/Boot version
Boot 2.8.3
Emacs version
Emacs 26.2 with Spacemacs develop
Operating system
MacOS 10.14.5
The text was updated successfully, but these errors were encountered: