summaryrefslogtreecommitdiff
path: root/Test/dafny2/SnapshotableTrees.dfy.expect
Commit message (Collapse)AuthorAge
* In method and iterator specifications, inline top-level predicates (exceptGravatar leino2015-10-24
| | | | protected predicated in cross-module calls) like in other places.
* Fix: Unify column numbers in Dafny's errorsGravatar Clément Pit--Claudel2015-07-23
| | | | | | | | | Dafny counts from 0, but Boogie counts from 1. Tokens are 1-based. Thus when we print tokens, we need to decrement the column number. This was done for resolver errors, but not for verification or parsing errors. In addition, parsing errors were inconsistent with resolution errors case-wise. Unfortunately, the fix affects the output of many tests.
* Snapshot, to be continuedGravatar leino2014-12-02
|
* Refactored SnapshotableTrees a bit and made it verify in a reasonable amount ↵Gravatar leino2014-11-04
| | | | of time :)
* Enabled 'SnapshotableTrees.dfy' in the test suite.Gravatar wuestholz2014-09-24