New features
-
Support for code actions in the language server to:
- Insert failing implicit assertions in a "by" clause by preference.
- Insert forall statement for any forall expressions that could not be proved
- Insert calc statement for any equality that cannot be proved. (#6044)
-
Besides
--filter-position :<line>
, also support--filter-position :<start>- <end>
,--filter-position :<start>-
and--filter-position :-<end>
(#6077) -
The options --iterations from the command
measure-complexity
, has been renamed to--mutations
. The option--progress VerificationJob
has been renamed to--progress Batch
. (#6078)