-
-
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 will not jack-in but can cider-connect #3341
Comments
(cc'ing @borkdude for awareness) Hi @paulrd , this is due to cider picking up the clojure executable from the path as opposed to using the cllojure powershell module. It's failing due to the different quoting rules required for native executables. I assume you've installed deps.clj as The fix is straightforward, but I have to think how to best write an integration test for this. Thanks |
@paulrd installed via scoop-clojure clj-deps: |
I suppose this was done by what appears to be an undocumented (at least not in the readme file) |
No, |
This doesn't appear to be the case in my local scoop clj-deps installation ... I can only see a |
Note: |
Thanks, I was using an old scoop installation of clj-deps, and perhaps I might have manually deleted the clj.exes at some point. Hi @paulrd, would you be able to confirm the above commit fixed your issue? thanks |
Thanks again to @ikappaki for the fix 🙌 We would certainly appreciate a confirmation! |
Expected behavior
Should be able to run repl from cider-jack-in without error.
Actual behavior
The command cider-jack-in-clj does not create a repl. Here is the trace:
Steps to reproduce the problem
Create a basic project with minimal deps.edn. Try jacking in from any namespace in the src path of the project.
Environment & Version information
scoop clojure
CIDER version information
Not sure. Spacemacs develop head of branch. packages updated.
Lein / Clojure CLI version
Clojure CLI version (deps.clj) 1.11.1.1273.
Emacs version
GNU Emacs 28.2 (build 2, x86_64-w64-mingw32) of 2022-09-13
Operating system
Windows 10
JDK distribution
openjdk 11.0.5 2019-10-15
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.5+10)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.5+10, mixed mode)
The text was updated successfully, but these errors were encountered: