Skip to content

feat(compilers): support split preprocessor inputs - #177

Open
figtracer wants to merge 4 commits into
mainfrom
fig/yul-test-preprocessing
Open

feat(compilers): support split preprocessor inputs#177
figtracer wants to merge 4 commits into
mainfrom
fig/yul-test-preprocessing

Conversation

@figtracer

Copy link
Copy Markdown
Member

Summary

  • allow compiler preprocessors to split one input into multiple compiler jobs
  • allow multiple preprocessors to compose and postprocess outputs before artifacts are persisted
  • discover top-level imports in bare Yul modules for dependency tracking

This is the compiler-framework prerequisite for foundry-rs/foundry#11059.

Testing

  • cargo test -p foundry-compilers-core finds_yul_imports
  • cargo test -p foundry-compilers --lib compile::project
  • cargo clippy -p foundry-compilers-core -p foundry-compilers --lib -- -D warnings
  • cargo +nightly fmt --all -- --check

@figtracer
figtracer marked this pull request as ready for review September 5, 2026 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant