-
Notifications
You must be signed in to change notification settings - Fork 262
No labels!
There aren’t any labels for this repository quite yet.
94 labels
area: build-system
area: build-system
Support for dependencies in Dafny, generation of target language build files
area: ffi
area: ffi
The {:extern} attribute and otherwise interfacing with code in other languages
area: nonlinear arithmetic
area: nonlinear arithmetic
Support for reasoning about nonlinear arithmetic
breaking-change
breaking-change
Any change that will cause existing Dafny codebases to break (excluding verification instability)
during 1: program development
during 1: program development
Bad error message or documentation; IDE bug; crash compiling invalid program
during 2: compilation of correct program
during 2: compilation of correct program
Dafny rejects a valid program during compilation
during 3: execution of incorrect program
during 3: execution of incorrect program
An bug in the verifier that allows Dafny to run a program that does not correctly implement its spec
during 4: bad execution of correct program
during 4: bad execution of correct program
A bug in the Dafny compiler that causes a correct Dafny program to execute incorrectly