-
Notifications
You must be signed in to change notification settings - Fork 49
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
Changing default --max-iterations to 5 #520
Conversation
bca1619
to
090db87
Compare
090db87
to
5eba54d
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 |
60b6921
to
67de840
Compare
67de840
to
38441fa
Compare
@d-xo yay, now that we moved assertions to foundry, indeed a max value of 5 works fine! I wanna merge this for the 0.54. What do you think? |
38441fa
to
f34eb7a
Compare
f34eb7a
to
7bf8fdb
Compare
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