-
Notifications
You must be signed in to change notification settings - Fork 580
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
YapfBear: Catch errors and make a result #750
Comments
Thanks for reporting this issue! A coalaian will look at it soon. |
@sils1297 you sillyhead this is just the verbose logging :D close? (He told me to post this issue and I didn't know any better :D) |
Are you sure this is with debug on ? |
I'm not sure what happened behind the scenes — I just ran On Wed, Aug 31, 2016 at 7:53 PM AbdealiJK notifications@github.com wrote:
|
our test execution functions automatically capture the debug logs for you :) |
the |
The YapfBear earlier raised an error when the file was not parseable. Now, that error is caught and a Result is given out mentioning that the file has syntax errors and cannot be parsed. Fixes #750
The YapfBear earlier raised an error when the file was not parseable. Now, that error is caught and a Result is given out mentioning that the file has syntax errors and cannot be parsed. Fixes #750
The YapfBear earlier raised an error when the file was not parseable. Now, that error is caught and a Result is given out mentioning that the file has syntax errors and cannot be parsed. Fixes #750
The YapfBear earlier raised an error when the file was not parseable. Now, that error is caught and a Result is given out mentioning that the file has syntax errors and cannot be parsed. Fixes #750
The YapfBear earlier raised an error when the file was not parseable. Now, that error is caught and a Result is given out mentioning that the file has syntax errors and cannot be parsed. Fixes coala#750
When trying this test case:
self.check_validity(self.uut, ['async def x():\n', '0\n'], valid=True)
I got a traceback:
The text was updated successfully, but these errors were encountered: