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

Provide more flexibility in configuring which return statements get separate VCs with isolate_assertions #979

Merged

Conversation

keyboardDrummer
Copy link
Collaborator

@keyboardDrummer keyboardDrummer commented Nov 6, 2024

Changes

Enable isolate_assertions to isolate explicit return statements in Dafny programs

@keyboardDrummer keyboardDrummer enabled auto-merge (squash) November 6, 2024 14:12
@keyboardDrummer keyboardDrummer removed the request for review from robin-aws November 8, 2024 09:13
@@ -14,6 +14,8 @@ public int CompareTo(IToken? other) {
return Inner.CompareTo(other);
}

public bool SourceToken => false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public bool SourceToken => false;
public bool IsSourceToken => false;

I initially expected this to be a token rather than a boolean.

@keyboardDrummer keyboardDrummer merged commit 6450474 into boogie-org:master Nov 13, 2024
5 checks passed
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