Closed aviggiano closed 2 weeks ago
cc @grandizzy this appears related to the recent change we made in https://github.com/foundry-rs/foundry/pull/9246
cc @grandizzy this appears related to the recent change we made in #9246
yeah, that is the case, going to revert that for now and consider this failure when reworking fix from #9246
the issue is that with the change (checking remappings to add against existing) if there's @openzeppelin/contracts
already added then @openzeppelin/contracts-upgradeable
remapping will be discarded (as it matches the start...)
@aviggiano nightly has been released, please re-run foundryup
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (57bb12e 2024-11-06T00:26:30.417023000Z)
What command(s) is the bug in?
forge build
Operating System
macOS (Apple Silicon)
Describe the bug
My project is not compiling after running
foundryup
This version compiled: https://github.com/SizeCredit/size-solidity/actions/runs/11483354647/job/31958586649 (
nightly-c3069a50ba18cccfc4e7d5de9b9b388811d9cc7b
also compiles)The current version (
nightly-57bb12e022fb9ea46a4a7ca8647eb016e8d43ca3
) is not compiling: