Skip to content

Commit 6d4a31d

Browse files
Release note fixes
1 parent 880887c commit 6d4a31d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See [docs/dev/news/](docs/dev/news/).
66

77
## New features
88

9-
- the --show-snippets options is implemented for errors printed to the console (https://github.com/dafny-lang/dafny/pull/3304)
9+
- The --show-snippets options is implemented for errors printed to the console (https://github.com/dafny-lang/dafny/pull/3304)
1010

1111
- * {:error} now accepts success messages
1212
* Better hover messages when using the IDE
@@ -17,23 +17,20 @@ See [docs/dev/news/](docs/dev/news/).
1717

1818
- Allow the Dafny IDE to publish 'Parsing' and 'Preparing Verification' messages to let the user better understand what they're waiting for. (https://github.com/dafny-lang/dafny/pull/4031)
1919

20-
- removed obsolete options /mimicVerificationOf, /allowGlobals (https://github.com/dafny-lang/dafny/pull/4062)
20+
- Removed obsolete options /mimicVerificationOf, /allowGlobals (https://github.com/dafny-lang/dafny/pull/4062)
2121

2222
- Allow the `{:only}` attribute to be used on members in addition to `assert` statements (https://github.com/dafny-lang/dafny/pull/4074)
2323

24-
- the obsolete and unsound option /allocated is removed; the behavior of dafny is locked to the case of /allocated:4. (https://github.com/dafny-lang/dafny/pull/4076)
24+
- The obsolete and unsound option /allocated is removed; the behavior of dafny is locked to the case of /allocated:4. (https://github.com/dafny-lang/dafny/pull/4076)
2525

2626
- When using the Dafny CLI, error messages of the form "the included file <filename> contains error(s)" are no longer reported, since the actual errors for these included files are shown as well. When using the Dafny server, errors like these are still shown, since the Dafny server only shows errors for currently opened files. In addition, such errors are now also shown for files that are indirectly included by an opened file. (https://github.com/dafny-lang/dafny/pull/4083)
2727

2828
- When using the Dafny IDE, parsing is now cached in order to improve performance when making changes in multi-file projects. (https://github.com/dafny-lang/dafny/pull/4085)
2929

30-
- errors issued in command-line mode now show source code context by default; this behavior can be disabled using the option --show-snippets:false. (https://github.com/dafny-lang/dafny/pull/4087)
30+
- Errors issued in command-line mode now show source code context by default; this behavior can be disabled using the option --show-snippets:false. (https://github.com/dafny-lang/dafny/pull/4087)
3131

3232
- Reduced resolution time by up to 50%. Measurements on large codebases show a 35% average reduction in resolution time.
3333

34-
Dafny modules translated to other languages no longer contain the suffix '_Compile' in their name, which removes the need of adding {:extern <pinnedName>} to modules to pin their name.
35-
(https://github.com/dafny-lang/dafny/pull/4136)
36-
3734
- After generating Python code we run the byte-code compiler to surface possible issues earlier, if it's not subsequently run. (https://github.com/dafny-lang/dafny/pull/4155)
3835

3936
- Improve the responsiveness of the Dafny language server when making changes while it is in the 'Resolving...' state. (https://github.com/dafny-lang/dafny/pull/4175)

0 commit comments

Comments
 (0)