Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ deploy pins (creation bytecode, deterministic Zoltu address, runtime codehash)
and the deploy tooling live in the rain.extrospection.deploy repo.

**Orphaned bitmaps:** `NON_STATIC_OPS` and `INTERPRETER_DISALLOWED_OPS` have no
consumer in `src/`. Only `test/src/lib/EVMOpcodes.t.sol` reads them, so they
look load-bearing and are not.
consumer in `src/`. Only `test/src/lib/EVMOpcodes.t.sol` reads them, so a
search for consumers finds a hit and deleting them would break only that test.

**Test layout:** `test/src/` mirrors `src/` by subject path. Test files named
`Subject.functionName.t.sol`. `test/lib/` and `test/concrete/` are test-only
Expand Down
Loading