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
I had previously opened #7554, but couldn't provide a repro because the contracts weren't released and I couldn't figure out something minimal. But https://github.com/0xProject/0x-settler is now public. If you try forge flatten src/chains/Mainnet.sol, you'll observe the error:
$ forge flatten src/chains/Mainnet.sol
Error:
Failed to flatten: missing field `body` at line 1 column 30987
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (ea7817c 2024-07-16T00:20:45.570266422Z)
What command(s) is the bug in?
forge flatten
Operating System
Linux
Describe the bug
I had previously opened #7554, but couldn't provide a repro because the contracts weren't released and I couldn't figure out something minimal. But https://github.com/0xProject/0x-settler is now public. If you try
forge flatten src/chains/Mainnet.sol
, you'll observe the error:Seems possibly related to #7069
The text was updated successfully, but these errors were encountered: