You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the vm.deployCode)
test combinations of forge test and forge script / other forge commands and make sure cache is not invalidated
Component
Forge
Describe the feature you would like
dynamic_test_linkingintroduced in feat(forge): optimize compilation through preprocessing and caching #10010 on by defaultProjectCompiler::newis 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)forge testandforge script/ otherforgecommands and make sure cache is not invalidatedAdditional context
No response