-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undo revert 966 and add fixes (#968)
### Changes - Undo revert #966, which was reverted because it caused unintended Dafny changes - Change the isolation of returns, so that each ensures clause gets its own VC when `{:vcs_split_on_every_assert}` is used, so we get #returns * #ensures additional VCs from return statements. - Change the isolation of returns, so that only explicit return statement are given their own VC branch ### Testing - Added a CLI test that tests the above two changes - I have checked that updating Dafny to this latest Boogie version only causes expected failures in Dafny tests that can easily be repaired.
- Loading branch information
1 parent
09093a2
commit 7ea138f
Showing
107 changed files
with
3,589 additions
and
2,575 deletions.
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
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
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
Oops, something went wrong.