-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Feb 1, 2021
1 parent
5ca3cdf
commit 5fce1e5
Showing
12 changed files
with
44 additions
and
42 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,22 @@ | ||
## 0.9.0 | ||
|
||
### Features | ||
|
||
* new sequential model checker that is using TransitionExecutor, see #467 | ||
* new command-line options, see #467 and the manual for details: | ||
* choose the algorithm: `--algo=(offline|incremental)` | ||
* pre-check, whether a transition disabled, discard the disabled transitions: `--discard-disabled` | ||
* do not check for deadlocks: `--no-deadlock` | ||
* pass tuning parameters in CLI: `--tune-here` | ||
* parsing in-comment Java-like annotations, see #226 | ||
* tracking the source of variable/constant declarations and operator | ||
definitions in the TLA+ Parser, see #262 | ||
|
||
### Bug fixes | ||
|
||
* the new sequential model checker has uncovered a bug that was not found | ||
by the old model checker, see #467 | ||
|
||
### Documentation | ||
|
||
* ADR004: In-comment annotations for declarations (of constants, variables, operators) |
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 |
---|---|---|
@@ -1,32 +1,12 @@ | ||
<!-- NOTE: | ||
Release notes for unreleased changes go here, following this format: | ||
### Feature Category 1 | ||
### Features | ||
* Change description, see #123 | ||
### Feature Category 2 | ||
### Bug fixes | ||
* Another change description, see #124 | ||
* Some bug fix, see #124 | ||
DO NOT LEAVE A BLANK LINE BELOW THIS PREAMBLE --> | ||
### Features | ||
|
||
* new sequential model checker that is using TransitionExecutor, see #467 | ||
* new command-line options, see #467 and the manual for details: | ||
* choose the algorithm: `--algo=(offline|incremental)` | ||
* pre-check, whether a transition disabled, discard the disabled transitions: `--discard-disabled` | ||
* do not check for deadlocks: `--no-deadlock` | ||
* pass tuning parameters in CLI: `--tune-here` | ||
* parsing in-comment Java-like annotations, see #226 | ||
* tracking the source of variable/constant declarations and operator | ||
definitions in the TLA+ Parser, see #262 | ||
|
||
### Bug fixes | ||
|
||
* the new sequential model checker has uncovered a bug that was not found | ||
by the old model checker, see #467 | ||
|
||
### Documentation | ||
|
||
* ADR004: In-comment annotations for declarations (of constants, variables, operators) |
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