-
Notifications
You must be signed in to change notification settings - Fork 34
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
Parser error on large QuickChick properties #50
Comments
Looks like more output confusion due to mixing plain text from QuickChick with control messages from SerAPI:
IOW, the problem is that Alectryon attempts to part that last line as a SEXP and fails due to the mismatched parenthesis. I've pushed a patch to ignore all lines that fail to parse in --expect-unexpected. |
Is it possible to make a new release with the bug fix for this issue? |
Done, 1.2 should be live soon. |
Awesome! Thanks. |
Here is an example that demonstrates the issue.
Running
produces
IndexError: pop from empty list
.I noticed that QuickChick pretty-prints the property above as follows:
Here is the traceback:
The text was updated successfully, but these errors were encountered: