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

load-namespaces not parallel-safe #52

Open
SevereOverfl0w opened this issue Mar 14, 2019 · 1 comment
Open

load-namespaces not parallel-safe #52

SevereOverfl0w opened this issue Mar 14, 2019 · 1 comment

Comments

@SevereOverfl0w
Copy link

I am using integrant with eftest, and starting systems in my fixtures. Because load-namespaces is not thread safe, this causes sporadic namespace errors with eftest.

I can sync on my side, but I thought it might be worth doing some kind of sync in integrant.

@weavejester
Copy link
Owner

Loading in Clojure is pretty much all thread unsafe, as far as I know. It might be worth adding something to the docstring, but I don't think we should add in a sync by default.

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