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.
v0.13.0 -- 2023-08-03
Added
quint repl
produces an evaluation trace on errors too (Output the execution stack on undefined values in REPL #1056)S.setOfMaps(Int).oneOf()
is now supported (Refactor value generators in the simulator #1060)quint run
produces a friendlier message when it meets aconst
(produce a friendlier error on const #1050)Changed
oneOf
has changed, existing seed values forquint test
can exhibit different behavior than before (Refactor value generators in the simulator #1060)
APALACHE_DIST
no longer needed to runquint verify
(Use gRPC reflection to retrieve CmdExecutor file #1075)::
are now illegal and raise a syntax error(Require record fields to be simple identifiers #1086)
Deprecated
Removed
repeated
(remove 'repeated' #1026)Fixed
export
for a qualified import would not work (Fix exporting modules that were imported with a qualifier #1030)non-exported names in incremetal evaluation in REPL (Fix missing name resolution error in incremental compilation #1031)
server (Fix the records.qnt example for verification #1074)
main module in order for the REPL and the simulator to load them (Only create a
__repl__
module when a main module is not available #1039 and Remove wrapper__run__
module from simulation #1051)Security