Dafny 3.13.0 #3664
jtristan
announced in
Announcements
Dafny 3.13.0
#3664
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New features
/definiteAssignment:4
) in legacy CLI (Improve definite assignment 4 #3641)Bug fixes
Fix translation of Dafny FunctionHandles to Boogie (fix: Fix naming of formals in Translator #2266)
To ensure that a
class
correctly implements atrait
, we perform an override check. This check was previously faulty acrossmodule
s, but works unconditionally now. (fix: Override checks withcanCall
precondition #3479)Fixes to definite assignment and determinism options:
--enforce-determinism
now forbids constructor-less classes(Improve definite assignment 4 #3641)
This discussion was created from the release Dafny 3.13.0.
Beta Was this translation helpful? Give feedback.
All reactions