-
Notifications
You must be signed in to change notification settings - Fork 58
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
Reloads lose namespaces #109
Comments
I just created a new project via
|
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:
The text was updated successfully, but these errors were encountered: