-
Notifications
You must be signed in to change notification settings - Fork 17
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
Refactor-nrepl middleware not enabled because Cider cannot find project #131
Comments
It's entirely possible that Cider has to support clojurephant, which seems a pity if that's the way it works. |
Hmmm seems to be clj-refactor check |
If everything above does make sense, then I think Presumably this also means hot-loading dependencies in the REPL is not supported https://practicalli.github.io/spacemacs/refactor/clj-refactor/managing-library-dependencies.html |
Do you have a dependency on |
@ajoberstar Not in my project, but enabled in Emacs I believe . If I understand your question correctly which I might not given I don't understand the difference between I have done the following: Thanks for replying. |
@ajoberstar - Ahh! Thanks for highlighting this to me!
from https://github.com/clojure-emacs/clj-refactor.el However, even though I've added the dependency to I've sought help here: clojure-emacs/cider#2511 (comment) |
Are you following the instructions in the FAQ? And starting the repl from the |
Cider has support for Gradle. See e.g. https://github.com/clojure-emacs/cider/blob/master/cider.el#L199 |
I expect this to be fixed by clojure-emacs/cider#3228 and an upgrade to Clojurephant 0.7.0-alpha.6. |
The cider changes have been merged to master and should be in Cider's next release. |
Desired Behavior
I've raised this as a feature request on the assumption that it isn't present.
I'm new to all this so it may be that I don't understand precisely what I'm doing.
The desired behaviour is for the following to go away.
Context
I have the cider-repl and handler connected
I connect fine but get the above mentioned warning. I presume that the refactoring tooling is trying to parse something locally about the project but cannot see it because of some mismatched expectation.
The text was updated successfully, but these errors were encountered: