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

Automatically running tests fails with namespace not found error #33

Closed
onlyafly opened this issue Jan 16, 2013 · 1 comment
Closed

Comments

@onlyafly
Copy link

When running tests automatically with "lein spec -a", the tests sometimes fail to run with an error like this:

java.lang.Exception: namespace 'myproject.foo-bar' not found after loading '/myproject/foo_bar'
    ... 9 stack levels elided ...
    at myproject.baz$eval3504$loading__4784__auto____3505.invoke(baz.clj:1)
    [...]

This only happens occasionally on reload and never happens with a plain "lein spec"

@slagyr
Copy link
Owner

slagyr commented Apr 26, 2013

This should be resolved on 2.6.0 with the handling of compile errors.

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