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
Implementing saving and resuming proofs with prove-rs command (#551)
This PR updates the `prove-rs` command. In particular:
- `prove-rs` takes optional arg `--proof-dir <DIR>` that it will save
proof objects in to disc
- `prove-rs` will resume a proof from disc if it exists, unless optional
arg `--reload` is added
Now it is possible to use `prove view` and `prove prune` after using
`prove-rs`.
Since `ProveRunOpts` and `ProveRSOpts` now have `--proof-dir` and
`--reload` in common I refactored the logic into `ProveOpts`.
---------
Co-authored-by: devops <devops@runtimeverification.com>
0 commit comments