-
Notifications
You must be signed in to change notification settings - Fork 48
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
[DRAFT] Changing default --max-iterations to 5. NOTE: 5 is not enough... WAT #520
base: main
Are you sure you want to change the base?
Conversation
bca1619
to
090db87
Compare
090db87
to
5eba54d
Compare
2fa5f88
to
daf1b33
Compare
daf1b33
to
79e722c
Compare
I agree that 1 is too small of a bound. |
Actually, even 5 is low. What is even going on.
With 1:
With 5:
With 10:
I am soooo confused |
I think that this is because of some abi encoding stuff that happens in |
Description
Maximum iterations explored of loops has been set to 5 by default instead of the infinite before. This is to:
We now print a better warning, with explanation how to increase the loop bound.
Checklist