runtimeverification / runtimeverification/evm-semantics
Constants with upper case names
Open
Nobody has claimed this yet.
- Dominant language
- KCL
- Stars
- 591
- Forks
- 156
- Avg merge
- 2h 19m
- Merged PRs (30d)
- 1
Description
Constants such as EVM_REVERT might be more appropriate to keep in lower case, as they can otherwise easily be confused / mixed up with variables in specs.
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
Search the repository for EVM_REVERT and inspect the surrounding specification files and references to determine the full set of constants affected. Rename the constants to the agreed lower-case form, update their uses, and run the relevant EVM semantics tests to confirm the specifications still pass.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100