Open
Description
Component
Forge
Describe the feature you would like
- turn
dynamic_test_linking
introduced in feat(forge): optimize compilation through preprocessing and caching #10010 on by default - review all places where
ProjectCompiler::new
is called and where it should respect the config (e.g. script broadcast will fail with config on as it needs the proper constructor instead thevm.deployCode
) - test combinations of
forge test
andforge script
/ otherforge
commands and make sure cache is not invalidated - Re fix(forge): avoid panic on internal decoding of linked tests #10333 (comment) make sure internal fn decoding works for preprocessed tests too (and reconsider fix(forge): avoid panic on internal decoding of linked tests #10333 (comment))
Additional context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Todo