Skip to content

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

Merged
merged 1 commit into from
Aug 22, 2019

Conversation

kroening
Copy link
Member

This improves type safety.

  • Each commit message has a non-empty body, explaining why the change was made.
  • n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • n/a The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • n/a My commit message includes data points confirming performance improvements (if claimed).
  • n/a My PR is restricted to a single feature or bugfix.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

Copy link
Contributor

@allredj allredj left a 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

@kroening kroening marked this pull request as ready for review August 15, 2019 16:04
@smowton
Copy link
Contributor

smowton commented Aug 15, 2019

Did #5025; @owen-jones-diffblue would you mind looking at this one?

@kroening
Copy link
Member Author

all done

@kroening kroening force-pushed the pointer-analysis-opX branch from 0c84e3d to fc59f8f Compare August 17, 2019 05:06
Copy link
Contributor

@allredj allredj left a 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

Copy link
Contributor

@owen-mc-diffblue owen-mc-diffblue left a 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?

@kroening kroening force-pushed the pointer-analysis-opX branch from fc59f8f to c69ec8d Compare August 20, 2019 15:40
Copy link
Contributor

@allredj allredj left a 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.

Copy link
Contributor

@owen-mc-diffblue owen-mc-diffblue left a 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

@kroening kroening force-pushed the pointer-analysis-opX branch from c69ec8d to f578d54 Compare August 21, 2019 13:55
Copy link
Contributor

@allredj allredj left a 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-io
Copy link

Codecov Report

Merging #5027 into develop will increase coverage by 0.02%.
The diff coverage is 73.38%.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ
src/pointer-analysis/goto_program_dereference.cpp 25.71% <7.69%> (+0.48%) ⬆️
src/pointer-analysis/value_set_fi.cpp 61.28% <76.08%> (+1.98%) ⬆️
src/pointer-analysis/value_set.cpp 76.8% <84.61%> (+2.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 153a4b9...f578d54. Read the comment docs.

@kroening kroening merged commit 4df024a into develop Aug 22, 2019
@kroening kroening deleted the pointer-analysis-opX branch August 22, 2019 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants