Dafny 3.5.0 #1904
robin-aws
announced in
Announcements
Dafny 3.5.0
#1904
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
continue
statements. Like Dafny'sbreak
statements, these come in two forms: one that uses a label to name the continue target and one that specifies the continue target by nesting level. See section 19.2 of the Reference Manual. (feat: continue statements #1839)/functionSyntax
(see/help
) allows early adoption of the new syntax. (Function keywords refresh #1832){:print}
declares that a method may have print effects. Print effects are enforced only with/trackPrintEffects:1
./proverOpt:BATCH_MODE=true
). Inherited from Boogie 2.13 (Refactor solver process handling to allow non-interactive mode boogie-org/boogie#512)./verificationLogger
and/vcsCores
to be usable together. Inherited from Boogie 2.13 (Support XML generation with /vcsCores boogie-org/boogie#515).RevealableTypeDeclHelper
#1858, IncorrectprogramId
passed to Boogie causes memory leak in LSP server #1863)This discussion was created from the release Dafny 3.5.0.
Beta Was this translation helpful? Give feedback.
All reactions