Dafny 3.8.0 #2637
prvshah51
announced in
Announcements
Dafny 3.8.0
#2637
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(fix: Use the right bitvector comparison in
ComputeLessEq
#2512)(fix: Don't use "/" and "%" for non-native int-based newtypes #2416)
|
characters. Disjunctive patterns may not appear within other patterns and may not bind variables.(feat: Add support for disjunctive (“or”) patterns #2448)
DafnyLanguageServer
(Build DafnyLanguageServer as a NuGet package #2600)-diagnosticsFormat:json
to print Dafny error messages as JSON objects (one per line).(feat: Add
-diagnosticsFormat
command-line flag #2363)(fix: Check extreme predicates and constants in all types, not just classes #2515)
(fix: Correctly substitute type variables in override checks #2522)
predicate P(x: int): (y: bool) ...
is now valid syntax (Feat: Predicates can name their return parameter #2454)This discussion was created from the release Dafny 3.8.0.
Beta Was this translation helpful? Give feedback.
All reactions