Updated Release: Dafny 1.9.1 (Oct 22, 2014)
Dafny version 1.9.1 includes some major changes over version 1.8.2,Language changes that break backward compatibility: Declarations and invocations of nullary predicates now require parentheses (to...
View ArticleReleased: Dafny 1.9.1 (Oct 22, 2014)
Dafny version 1.9.1 includes some major changes over version 1.8.2, Language changes that break backward compatibility:Declarations and invocations of nullary predicates now require parentheses (to...
View ArticleUpdated Release: Dafny 1.9.1 (Oct 22, 2014)
Dafny version 1.9.1 includes some major changes over version 1.8.2,Language changes that break backward compatibility: Declarations and invocations of nullary predicates now require parentheses (to...
View ArticleSource code checked in, #622a1a909b78
Allow underscores in numeric literals (and in field/destructor names that are written as numeric strings). The underscores have no semantic meaning, but can help a human parse the numbers.
View ArticleSource code checked in, #dd32f8cda2db
Add an option to use reduce Z3's knowledge of non-linear arithmetic. Results in more manual work, but it also produces more predictable behavior.
View ArticleSource code checked in, #13d2b3b31bda
Fixed a bug in the Substituter for datatype update expressions.
View ArticleSource code checked in, #b51dd43ea704
Create large stack in DafnyDriver.cs, before calling main, just in case Boogie needs more room
View ArticleSource code checked in, #e4570a858623
Fixed type-inference bug that could create cycles in proxy type graph
View ArticleSource code checked in, #905993a1c91c
Resolve attributes of a forall statement only after bound variables have been added to the scope. Resolve the attributes of local variables. Don't resolve attributes of PredicateStmt's more than once.
View ArticleSource code checked in, #30b194822878
Allow assignment LHSs in a forall statement to be the same, so long as the they are assigned the same RHS value. Don't include havoc assignments in LHS-duplicate checks.
View ArticleCreated Unassigned: MVS-Dafny fails when online-Dafny success [42]
The program http://rise4fun.com/Dafny/tzzD is quickly verified in online-Dafny, but not in MVS-Dafny.Please, some help?Paqui
View ArticleCommented Unassigned: MVS-Dafny fails when online-Dafny success [42]
The program http://rise4fun.com/Dafny/tzzD is quickly verified in online-Dafny, but not in MVS-Dafny.Please, some help?PaquiComments: The problem seems to be related with updates of global integers...
View ArticleCommented Unassigned: MVS-Dafny fails when online-Dafny success [42]
The program http://rise4fun.com/Dafny/tzzD is quickly verified in online-Dafny, but not in MVS-Dafny.Please, some help?PaquiComments: The discrepancy you found is due to a bug in the Dafny version on...
View ArticleClosed Unassigned: MVS-Dafny fails when online-Dafny success [42]
The program http://rise4fun.com/Dafny/tzzD is quickly verified in online-Dafny, but not in MVS-Dafny.Please, some help?PaquiComments: Fixed in changeset c41a160e4814
View Article