-
Notifications
You must be signed in to change notification settings - Fork 277
fix accesses to exprt::opX() in pointer-analysis/ #5027
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.
✔️
Passed Diffblue compatibility checks (cbmc commit: 0c84e3d).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/123391575
Did #5025; @owen-jones-diffblue would you mind looking at this one? |
all done |
0c84e3d
to
fc59f8f
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: fc59f8f).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/123586384
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.
A lot of the comments weren't addressed. Perhaps you didn't click "Load more", which expands all the comments that Github hides when there are too many comments?
fc59f8f
to
c69ec8d
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: c69ec8d).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/123936380
Status will be re-evaluated on next push.
Common spurious failures include: 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); compatibility was already broken by an earlier merge.
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.
Two things still left
This improves type safety.
c69ec8d
to
f578d54
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: f578d54).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/124073765
Codecov Report
@@ Coverage Diff @@
## develop #5027 +/- ##
===========================================
+ Coverage 69.53% 69.55% +0.02%
===========================================
Files 1314 1314
Lines 108988 108970 -18
===========================================
+ Hits 75786 75798 +12
+ Misses 33202 33172 -30
Continue to review full report at Codecov.
|
This improves type safety.