-
Notifications
You must be signed in to change notification settings - Fork 274
use make_X API follow-up #4182
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
use make_X API follow-up #4182
Conversation
1c2bea5
to
2203dcd
Compare
610d836
to
2631fcb
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.
🚫
This PR failed Diffblue compatibility checks (cbmc commit: 2203dcd).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/100902365
Status will be re-evaluated on next push.
Please contact @peterschrammel, @thk123, or @allredj for support.
Common spurious failures:
- the cbmc commit has disappeared in the mean time (e.g. in a force-push)
- the author is not in the list of contributors (e.g. first-time contributors).
The incompatibility may have been introduced by an earlier PR. In that case merging this
PR should be avoided unless it fixes the current incompatibility.
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.
🚫
This PR failed Diffblue compatibility checks (cbmc commit: 610d836).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/100907765
Status will be re-evaluated on next push.
Please contact @peterschrammel, @thk123, or @allredj for support.
Common spurious failures:
- the cbmc commit has disappeared in the mean time (e.g. in a force-push)
- the author is not in the list of contributors (e.g. first-time contributors).
The incompatibility may have been introduced by an earlier PR. In that case merging this
PR should be avoided unless it fixes the current incompatibility.
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: 2631fcb).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/100910867
2631fcb
to
a5deeb0
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: a5deeb0).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/101183449
a5deeb0
to
5520e05
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: 5520e05).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/101188152
5520e05
to
e5f4931
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.
(no action by anyone else needed, I'll take care of it) #4278 needs to be merged before this one to make sure the bug and bug fix are documented. I will then take care of rebasing this one on top of it.
This is a clearer idiom.
This is easier to read.
This is slightly shorter.
This will allow protecting instructiont::code.
This avoids incomplete construction.
e5f4931
to
cba52e3
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.
This PR failed Diffblue compatibility checks (cbmc commit: cba52e3).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/102331367
Status will be re-evaluated on next push.
Common spurious failures:
-
the cbmc commit has disappeared in the mean time (e.g. in a force-push)
-
the author is not in the list of contributors (e.g. first-time contributors).
-
the compatibility was already broken by an earlier merge.
This is follow up from #4177.