-
Notifications
You must be signed in to change notification settings - Fork 274
functionst is a lowering, not a flattening #4511
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI isn't happy yet, but otherwise good to go.
src/solvers/lowering/functions.cpp
Outdated
for(function_mapt::const_iterator it= | ||
function_map.begin(); | ||
it!=function_map.end(); | ||
for(function_mapt::const_iterator it = function_map.begin(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ranged for ?
CI is failing because the chocolatey servers are overloaded. |
4a27d8e
to
358aa4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 73a513c).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/107874604
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 358aa4c).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/107876500
No bit-flattening is happening in this reduction.
358aa4c
to
f3b2587
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: f3b2587).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/107906655
No bit-flattening is happening in this reduction.