runtimeverification / runtimeverification/mir-semantics
[BUG] thunk ( #decodeConstant ( constantKindZeroSized
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 52
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
- This is found in https://github.com/runtimeverification/mir-semantics/pull/809
kmir/src/tests/integration/data/exec-smir/call-with-args/closure-call.state
thunk ( #decodeConstant ( constantKindZeroSized , ty ( 30 ) , typeInfoVoidType ) )
Type 30: None- This might be a cast that needs https://github.com/runtimeverification/mir-semantics/pull/821, but need more investigation
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
Start with kmir/src/tests/integration/data/exec-smir/call-with-args/closure-call.state and inspect the thunk involving #decodeConstant, constantKindZeroSized, and Type 30. Review pull requests 809 and 821 for the surrounding behavior and investigate whether this is a cast issue. Done means the cause is identified and the affected state no longer produces the incorrect thunk or type result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100