-
Notifications
You must be signed in to change notification settings - Fork 63
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 itree SpecM monad instead of CompM in Heapster #1778
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tions instead of CompM
…rresponding SpecM operations instead
… the version from the SpecM module
…1748; changed uses of LetRecTypes to use List1 LetRecType, to be consistent with the SpecM module
This caused typechecking errors in practice in some downstream code.
m-yac
added
the
subsystem: heapster
Issues specifically related to memory verification using Heapster
label
Dec 9, 2022
RyanGlScott
reviewed
Dec 9, 2022
This updates the CI to build a particular `entree-specs` commit before building the Coq support libraries. This also updates the instructions in the `saw-core-coq` `README` accordingly. Note that this requires limiting the Coq support window to 8.15 for now, as `entree-specs` requires 8.15 as the minimum. In particular, `entree-specs` does not yet support 8.16 (see GaloisInc/entree-specs#1), so we now require Coq 8.15 exactly.
This was referenced Dec 9, 2022
eddywestbrook
approved these changes
Dec 9, 2022
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.
LGTM!
m-yac
added
the
PR: ready to merge
Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run
label
Dec 9, 2022
The |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
PR: ready to merge
Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run
subsystem: heapster
Issues specifically related to memory verification using Heapster
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the Heapster translation of saw-core to use the
SpecM
monad and its proof automation from GaloisInc/entree-specs, which is based on interaction trees (itrees).Note that not all of the
heapster-saw/examples
have been updated to use the new translation and/or the new automation._proofs.v
files butmbox_proofs.v
andlinked_list_proofs.v
have not been updated to use the new automation, so are commented out in the_CoqProject
_mr_solver.saw
files are commented out in theMakefile