Skip to content

Commit

Permalink
Fixed doo files
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Aug 28, 2024
1 parent 2d8f49a commit 80e7fc3
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ is shared between concurrent executions
(see [the `{:concurrent}` attribute](https://dafny.org/dafny/DafnyRef/DafnyRef#sec-concurrent-attribute)).
It cannot currently offer any other guarantees related to concurrent execution,
such as freedom from deadlocks.

## Notes about naming

Currently, replacement modules should appear in files before the files containing modules that include them, [issue tracked here](https://github.com/dafny-lang/dafny/issues/5728).
Therefore, until that issue is fixed, it might be advisable to add a number in your files to make the order deterministic, as the "find" command might have different outputs based on the OS.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ CLI: Error: malformed dtr file NoGood.dtr
Translation was aborted because errors were found

Dafny program verifier finished with 0 verified, 0 errors
CLI: Error: cannot load WrongDafnyVersion.dtr: it was built with Dafny 10.6.0.0, which cannot be used by Dafny 4.7.0.0
CLI: Error: cannot load WrongDafnyVersion.dtr: it was built with Dafny 10.6.0.0, which cannot be used by Dafny 4.8.0.0
Translation was aborted because errors were found
Binary file not shown.
Binary file not shown.

0 comments on commit 80e7fc3

Please sign in to comment.