Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reviewer instructions
Release notes
0.29.0 - 2022-09-06
Breaking changes
apalache.cfg
files) will now produce a configuration error on load (see Raise an error on invalid keys in configuration #2125).common
key. You can update your config files by prefixing each key from the previous versions withcommong.key-name
. For an example config file, see https://apalache.informal.systems/docs/apalache/config.html#file-format-and-supported-parameters. See Wire CLI args into configuration system #2065.--features=rows
by defaultFeatures
run-dir
when the--debug
flag is supplied (see Add de/serialization ofSourceOption
values #2134).apalache.cfg
files. See Wire CLI args into configuration system #2065 and documentation to follow.--init
and--temporal
can now be given lists of names separated by commas, enabling users to check multiple invariants and temporal properties via the CLI (see Replace thePassOptions
map withOptionsGroup
classes #2074).