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

Only call functions from a cljs macro, not other macros #696

Merged
merged 1 commit into from
Apr 27, 2022

Conversation

dvingo
Copy link
Contributor

@dvingo dvingo commented Apr 20, 2022

It seems like -collect-all-ns expanding to (collect! {:ns ~(ana-api/all-ns)}) was causing issues with hot code reloading.
This PR switches to have the dev/cljs/start! macro use functions as helpers instead of other cljs macros.
Addresses:
#695

@ikitommi ikitommi merged commit f7b4e12 into metosin:master Apr 27, 2022
@ikitommi
Copy link
Member

Thanks!!

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

Successfully merging this pull request may close these issues.

2 participants