boogie-org / boogie

Boogie
http://research.microsoft.com/en-us/projects/boogie/
MIT License
514 stars 112 forks source link

Introduce `{:isolate}` and `{:isolate "paths"}` attributes for assert and return commands #952

Closed keyboardDrummer closed 1 month ago

keyboardDrummer commented 1 month ago

Changes

Testing

shazqadeer commented 3 weeks 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 commented 3 weeks 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.

I've added some small documentation in https://github.com/boogie-org/boogie/pull/970