-
Notifications
You must be signed in to change notification settings - Fork 271
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
Fix: Opaque functions guaranteed to be opaque until revealed #3779
Merged
+172
−17
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
91c3cba
Add test for issue #3719
MikaelMayer f8c7c2a
Fix: Opaque functions guaranteed to be opaque until revealed
MikaelMayer 83653e4
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer 317cd20
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer f681d8c
FIXER:dafny0/DafnyLibClient.dfy
MikaelMayer a6b8e06
Ensured no key is missing
MikaelMayer ac43ca0
FIXER:vstte2012/BreadthFirstSearch.dfy
MikaelMayer bea41bb
Ensure that CanRevealFuel is compatible with AsFuelBottom
MikaelMayer f87936b
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer efb05bd
FIXER:VSI-Benchmarks/b4.dfy
MikaelMayer af7d56e
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer 2e50c64
Merge branch 'fix-3719-opaque-leaked-lambda' of https://github.com/da…
MikaelMayer 1db3d5a
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer dfad0e1
Improved proof durability of vstte2012/BreadthFirstSearch.dfy
MikaelMayer faf586d
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer e86f57a
Update BreadthFirstSearch.dfy
MikaelMayer 949b62b
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer 05a3ed7
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer b813dba
Review comments
MikaelMayer 330c504
Merge branch 'fix-3719-opaque-leaked-lambda' of https://github.com/da…
MikaelMayer d989bf5
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer 6a82ed6
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer 9030011
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer a2061ab
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer 107a31d
FIXER:dafny4/ACL2-extractor.dfy
MikaelMayer ae261d1
fixed CI
MikaelMayer cf3eb94
Clever use of split_here to avoid resource limit on bfs
MikaelMayer a7c8653
Fixed CI
MikaelMayer 9289b3b
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer a32bdaa
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer 68ba07b
Merge branch 'master' into fix-3719-opaque-leaked-lambda
MikaelMayer 3f12326
Merge branch 'master' into fix-3719-opaque-leaked-lambda
atomb 985eabf
Update msbuild.yml
MikaelMayer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
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.
Is there a reason to remove these blank lines?
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 indeed that does not improve verifiability :-)