-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
Commands not fully cloned during the shrinking process #270
Comments
Current investigation proved that the issue is related to the fact that integer arbitraries memoize whenever it shrinks once to zero, after that it will not shrink to zero anymore.
For the moment, I see no easy fix to have it working while keeping an efficient shrinker for integers and by transitivity (all arbitraries derive from this one) all others. |
PR #271 is supposed to help troubleshooting this kind of issue |
The last line of the execution dump - ie As |
Travis detected the following corner cases:
The text was updated successfully, but these errors were encountered: