-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
End of buffer error after test failure #1143
Comments
I'm guessing this happens on 0.9.0, right? |
I can't reproduce this with a simple project created with
|
Correct. Ashton Sent from my iPhone
|
Can you cook some minimal project in which the problem can be reproduced? |
steps to reproduce: load from file and run tests, it works correctly. by the way , the souce code and test code is in the same file in my case. |
@weejulius Yep, that did it. The problem is that when you're doing interactive evaluation the location metadata for the form is not set and this causes this error. There's nothing I can do about the location metadata and I'd advise everyone affected by this to ask @cemerick to merge the patch attached to http://dev.clojure.org/jira/browse/NREPL-59 I can, however, figure out some way to show a nicer message. Here's some background info about the problem and why this was changed in CIDER 0.9 - #1088. |
Steps to reproduce
After repeating this process, the only way to return to successful tests is to restart Cider.
The text was updated successfully, but these errors were encountered: