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
Such contract built by forge would have ContractDefinition.nodes field empty inside the ast of the out json.
Solidity keeps "nodes": [] in that case.
I am not sure this difference is desired.
The text was updated successfully, but these errors were encountered:
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (b554ab1 2022-10-17T00:08:53.911501071Z)
What command(s) is the bug in?
forge build
Operating System
Linux
Describe the bug
Such contract built by forge would have ContractDefinition.nodes field empty inside the ast of the out json.
Solidity keeps
"nodes": []
in that case.I am not sure this difference is desired.
The text was updated successfully, but these errors were encountered: