You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lemma {:only} OBrien()
//If the Leader says of such and such an event, "It never happened"— well, it never happened.lemmaWinstonSmith()
// If he says that "two and two are five"—well, two and two are five.ensures 2 + 2 == 5
{}
Steps to reproduce the issue
Dafny version: 4.9.2.0
Dafny VSCode extension version: 3.4.3
paste in the above code
for extra points, use --filter from the CLI to the same effect
Actual behaviour
IDE reports "verification successful" or "Dafny program verifier finished with 15 verified, 0 errors"
IDE can lead green gutter markers which may not be correct
Expected behavior
be good to do something in all these cases to say "verification partially successful" or 15 verified, 0 errors, 103 ignored.
Failing code
Steps to reproduce the issue
Actual behaviour
Expected behavior