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 when project defines main.cljs #42

Closed
jeluard opened this issue Jan 27, 2015 · 3 comments
Closed

Circular dependency when project defines main.cljs #42

jeluard opened this issue Jan 27, 2015 · 3 comments

Comments

@jeluard
Copy link

jeluard commented Jan 27, 2015

When a project defines a main.cljs file any attempt to compile will trigger a Assert failed: Circular dependency detected [main] error.

It looks like this is because boot-cljs generates a main.cljs file which requires project's main namespace.

@micha
Copy link
Contributor

micha commented Jan 28, 2015

Do you have a main.cljs.edn file?

@jeluard
Copy link
Author

jeluard commented Jan 28, 2015

No, do I need one?

@jeluard
Copy link
Author

jeluard commented Feb 11, 2015

Closing as single segment namespace are now officially a bad practice.

@jeluard jeluard closed this as completed Feb 11, 2015
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