You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the verify command, add warning if --out-itf option contains {test} or {seq} as those have no effect since Apalache only produces a single trace (#1485)
The run and test commands now display a progress bar (#1457)
Changed
Performance of incrementally checking types (i.e. in REPL) was improved (#1483).
In the run and test commands, change placeholders from {} to {test} and from {#} to {seq} (#1485)
In the run command, auto-append trace sequence number to filename if more than one trace is present and {seq} is not specified (#1485)
In the test command, rename --output to --out-itf
Deprecated
In the test command, deprecate --output option in favour of --out-itf, add hidden alias for the former (#1485)
Removed
In the test command, stop enforcing .itf.json extension (#1485)