We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. Cider reports circular dependency between rum.core and rum.core, where rum/core.cljs depends on rum/core.clj for macros:
{:reason :mranderson046.toolsnamespace.v0v3v0-alpha1.clojure.tools.namespace.dependency/circular-dependency, :node rum.core, :dependency rum.core}
The text was updated successfully, but these errors were encountered:
I'm not sure I understand the problem. A bit more details would be useful - e.g. some repro steps.
Sorry, something went wrong.
Guessing this was caused by running some clj-refactor op. AFAIK cider-refresh doesn't build its tracker using cljs/cljc files, only clj files.
cider-refresh
The relevant issue is here: clojure-emacs/refactor-nrepl#127
Until the bug is solved in tools.namespace, there's nothing we can do.
Correct. This happened when I tried to run clj-refactor "find usage" operation.
Closed in favor of the issue in the refactor-nrepl repo
No branches or pull requests
e.g. Cider reports circular dependency between rum.core and rum.core, where rum/core.cljs depends on rum/core.clj for macros:
{:reason :mranderson046.toolsnamespace.v0v3v0-alpha1.clojure.tools.namespace.dependency/circular-dependency, :node rum.core, :dependency rum.core}
The text was updated successfully, but these errors were encountered: