Closed keyboardDrummer closed 1 month ago
@keyboardDrummer : Thank you for your continued contributions to Boogie. I am adding a late comment to this PR.
I notice that this PR adds a few more attributes related to VC splitting. Perhaps, the Dafny team has added other related attributes in the past also. Could you please make sure that all added attributes are documented in CommandLineOptions.cs? Thanks.
@keyboardDrummer : Thank you for your continued contributions to Boogie. I am adding a late comment to this PR.
I notice that this PR adds a few more attributes related to VC splitting. Perhaps, the Dafny team has added other related attributes in the past also. Could you please make sure that all added attributes are documented in CommandLineOptions.cs? Thanks.
I've added some small documentation in https://github.com/boogie-org/boogie/pull/970
Changes
{:isolate}
attribute on AssertCmd andReturnCmd
{:isolate "paths"}
attribute on AssertCmd andReturnCmd
/vcsSplitOnEveryAssert
together with focusTesting
Test/implementationDivision
that has tests for{:isolate}
,{:isolate "paths"}
,{:focus}
and{:split_here}