forge build SomeContract.sol
(target a single file or glob of files)
#6278
Labels
A-compiler
Area: compiler
C-forge
Command: forge
Cmd-forge-build
Command: forge build
T-feature
Type: feature
Component
Forge
Describe the feature you would like
I think there's an issue with forge cache not taking into account inheritance when generating new ABIs: #6241 (comment)
As a workaround, I was hoping to just rebuild (with
--force
) a single file, but looks like forge doesn't have a way to do this? I'm not sure if the above is easier to fix than to add this feature, but this feature seems useful anyhow, so thought I'd ask.Additional context
No response
The text was updated successfully, but these errors were encountered: