Collapse prove-rs into prove#986
Merged
automergerpr-permission-manager[bot] merged 6 commits intomasterfrom Mar 14, 2026
Merged
Collapse prove-rs into prove#986automergerpr-permission-manager[bot] merged 6 commits intomasterfrom
prove-rs into prove#986automergerpr-permission-manager[bot] merged 6 commits intomasterfrom
Conversation
- removes `ProveRSOpts` as `ProveOpts` captures required behaviour - keeps `prove-rs` as backwards compatible alias for `prove`
palinatolmach
approved these changes
Mar 14, 2026
`prove` and `prove_claim` collide, therefore `prove_program`
automergerpr-permission-manager bot
pushed a commit
to runtimeverification/kompass
that referenced
this pull request
Mar 15, 2026
### Collapse `prove-rs` into `prove` [986](runtimeverification/mir-semantics#986) - Removed `ProveRsOpts` for `KMirProveOpts` - `ProveOpts` is a collision so `KMirProveOpts` is used ### fix(symbolic-spl): align multisig cheatcode with 3-signer layout [977](runtimeverification/mir-semantics#977) - SPL-token reduce `Multisig` signers from 11 to 3 - SPL-token reduce `Multisig` size from 355 to 99 ### Change the number of signers from 11 to 3 [982](runtimeverification/mir-semantics#982) - P-token reduce `Multisig` signers from 11 to 3 - P-token reduce `Multisig` size from 355 to 99 --------- Co-authored-by: devops <devops@runtimeverification.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dkcumming <daniel.cumming@runtimeverification.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Collapse
prove-rsintoprove:kmir proveis the primary command (prove-rskept as alias for backwards compatibility)parsed_smiroption for programmatic use (useful for tests with many start symbols like Verify Rust Standard Library - Challenge 11: Safety of Methods for Numeric Primitive Types #985)