-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shonfeder
committed
May 3, 2021
1 parent
5fcea5f
commit 5ea0dfd
Showing
12 changed files
with
47 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## 0.15.4 | ||
|
||
### Documentation | ||
|
||
* RFC006 on unit testing: see #741 | ||
|
||
### Features | ||
|
||
* apalache quits with a non-zero exit code on counterexample or error, see #249 | ||
* type checker: supporting one-line comments in types, see #773 | ||
|
||
### Bug fixes | ||
|
||
* Parser: supporting annotations in multiline comments, see #718 | ||
* Parser: supporting TLA+ identifiers in annotations, see #768 | ||
* Parser: better parser for annotations, see #757 | ||
* Parser: fixed two bugs in the declaration sorter, see #645 and #758 | ||
* Printer: fixed the output for EXCEPT, see #746 | ||
* Printer: fixed pretty printing of annotations, see #633 | ||
* Printer: extending the standard modules, see #137 | ||
* The command `config --enable-stats=true` creates `$HOME/.tlaplus` if needed, see #762 | ||
* IO: replaced calls to deprecated JsonReader/JsonWriter. out-parser.json is now compliant with the new format, see #778 | ||
|
||
### Changes | ||
|
||
* Builds: removed scoverage from maven, to improve build times | ||
* Docs: updated ADR002 and HOWTO on type annotations to explain comments | ||
* CLI: Users can set JVM args via the JVM_ARGS env var, see #790 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters