Skip to content
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

Revert isolation #966

Merged
merged 4 commits into from
Oct 15, 2024
Merged

Conversation

fabiomadge
Copy link
Contributor

No description provided.

@fabiomadge fabiomadge marked this pull request as ready for review October 15, 2024 08:53
@keyboardDrummer keyboardDrummer enabled auto-merge (squash) October 15, 2024 08:54
@keyboardDrummer keyboardDrummer merged commit 09093a2 into boogie-org:master Oct 15, 2024
5 checks passed
keyboardDrummer added a commit to keyboardDrummer/boogie that referenced this pull request Oct 16, 2024
keyboardDrummer added a commit to keyboardDrummer/boogie that referenced this pull request Oct 18, 2024
keyboardDrummer added a commit that referenced this pull request Oct 22, 2024
### 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants