Skip to content
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

circular dependency between rum.core and rum.core #54

Closed
huahaiy opened this issue Dec 14, 2015 · 2 comments
Closed

circular dependency between rum.core and rum.core #54

huahaiy opened this issue Dec 14, 2015 · 2 comments

Comments

@huahaiy
Copy link

huahaiy commented Dec 14, 2015

I am not sure I should file this here. But the dependency in core.cljs on core.clj for macros seem to confuse CIDER refactor tool.

{:reason :mranderson046.toolsnamespace.v0v3v0-alpha1.clojure.tools.namespace.dependency/circular-dependency, :node rum.core, :dependency rum.core}

@tonsky
Copy link
Owner

tonsky commented Dec 14, 2015

You better go to CIDER team with it. It’s perfectly valid to
:require-macros from cljs namespace to clj namespace with the same name.

On Mon, Dec 14, 2015 at 5:26 PM Huaha Yang notifications@github.com wrote:

I am not sure I should file this here. But the dependency in core.cljs on
core.clj for macros seem to confuse CIDER refactor tool.

{:reason
:mranderson046.toolsnamespace.v0v3v0-alpha1.clojure.tools.namespace.dependency/circular-dependency,
:node rum.core, :dependency rum.core}


Reply to this email directly or view it on GitHub
#54.

@huahaiy
Copy link
Author

huahaiy commented Dec 14, 2015

OK. Filed the issue at CIDER instead. clojure-emacs/cider#1469

I will close it here. Thanks for quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants