Closed thesoftwarephilosopher closed 9 years ago
I just created a new project via lein new speclj foo
, and so far I'm not able to reproduce this.
lein new speclj foo
) have the problem for you?
I was using 3.0.1 when I reported this bug. Just upgraded to 3.1.0 today and cannot reproduce (although I didn't try very hard). Closing as probably fixed already.
I was able to reproduce this again this week, although I still haven't figured out a reliable way to create a small reproducable test-case. It's a very frustrating bug.
I'm also unable to reproduce. And you're latest "Edit" is very suspicious. Editing and saving any file, including non-test files, is something I am ALWAYS doing and I do not see there error you describe.
Considerations:
Closing for now.
@slagyr Good points. To answer your questions:
Either way, someone else seems to be having a similar problem in #127. We should merge these two issues into that one.
Reproduction steps
What should happen
All tests should pass again.
What actually happens
The tests fail with
java.lang.Exception: No namespace: some.random.name.space
and an actual namespace. Going into the file for that namespace and saving the file will make this failure go away, but the test will fail with another namespace error. This usually repeats about 4 or 5 times for me before it goes to green.EDIT
I can reproduce this more simply: