We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
halmos always starts by running forge build --build-info --root . --extra-output storageLayout metadata
forge build --build-info --root . --extra-output storageLayout metadata
We normally rely on forge to decide if a rebuild is necessary or not, however since we added --build-info it now always rebuilds.
--build-info
This behavior was changed in foundry-rs/foundry#7358
The reason we added --build-info is to bring back the AST in the generated artifacts: #255
The text was updated successfully, but these errors were encountered:
what we really want is to bring the AST back. AFAIK there are 2 ways to do this:
--ast
Maybe as a workaround we can use --ast. If we're going to do that:
Sorry, something went wrong.
Related issue: foundry-rs/foundry#7379
Successfully merging a pull request may close this issue.
Describe the bug
halmos always starts by running
forge build --build-info --root . --extra-output storageLayout metadata
We normally rely on forge to decide if a rebuild is necessary or not, however since we added
--build-info
it now always rebuilds.This behavior was changed in foundry-rs/foundry#7358
The reason we added
--build-info
is to bring back the AST in the generated artifacts: #255The text was updated successfully, but these errors were encountered: