runtimeverification / runtimeverification/mir-semantics
[FEAT] General symbolic data approach
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 52
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
we can use something like
let base_account = Account::default();
let acc = AccountInfo::from_account(base_account.clone());
cheatcode_symbolic(acc)
to make the value totally symbolic.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides only a Rust example using Account::default, AccountInfo::from_account, and cheatcode_symbolic; it names no files, tests, or entry points. First clarify the intended symbolic-data scope and locate the existing symbolic-value implementation. Done should include an agreed general approach and corresponding tests for the supported data types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100