Skip to content

codet API #4106

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 5 commits into from
Feb 7, 2019
Merged

codet API #4106

merged 5 commits into from
Feb 7, 2019

Conversation

kroening
Copy link
Member

@kroening kroening commented Feb 6, 2019

  • Each commit message has a non-empty body, explaining why the change was made.
  • 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).
  • 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.

Daniel Kroening added 2 commits February 6, 2019 17:19
This method isn't type safe. It has no users in the code base.
This is an incomplete constructor.
@kroening kroening force-pushed the codet_API branch 3 times, most recently from 0a9e7aa to 5699c13 Compare February 6, 2019 17:43
Daniel Kroening added 3 commits February 6, 2019 17:47
This enables complete construction of a codet object that uses operands.
This prevents construction followed by another assignment.
This will prevent accesses that are not type safe.
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: 9a5345e).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/99980171
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.

@tautschnig
Copy link
Collaborator

@peterschrammel @svorenova @thk123 I suspect the last commit in this PR breaks the TG build. Could a bump be created, please?

@antlechner
Copy link
Contributor

We have a passing TG bump for this now. 👍

@tautschnig
Copy link
Collaborator

@antlechner Depending on how far you went with the changes, are those actually mergeable even without the changes in this PR? Might be nice to reduce dependencies/breakage.

@antlechner
Copy link
Contributor

@tautschnig I think they should be, I'm currently waiting for it to (hopefully) pass with just the code changes in TG, and without the actual bump. So if you don't mind waiting just a bit longer before merging this PR, that would be great, but as far as I know it's not a requirement yet (we only started doing those code changes in anticipation of a bump without the actual bump very recently I think). I'll post another update here soon.

@antlechner
Copy link
Contributor

@tautschnig The TG changes are merged, so this PR can be merged without causing any temporary incompatibilities.

@tautschnig tautschnig merged commit da97188 into develop Feb 7, 2019
@tautschnig tautschnig deleted the codet_API branch February 7, 2019 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants