book icon indicating copy to clipboard operation
book copied to clipboard

Document the `--ast` flag as an option for `forge build`

Open adamegyed opened this issue 1 year ago • 1 comments

As of https://github.com/foundry-rs/foundry/pull/7197, the AST is no longer included in the compiler output unless specified with --ast or --build-info. Currently, the --ast flag is undocumented, and should be added to places where it can be specified as an option. This includes forge build, and might include other commands that run forge build internally like forge test or forge script.

adamegyed avatar Mar 06 '24 17:03 adamegyed

Ticket can be closed, this has been fixed as part of the automated workflow introduced in #1135

https://book.getfoundry.sh/reference/cli/forge/build

zerosnacks avatar Mar 22 '24 16:03 zerosnacks

Marking as resolved

zerosnacks avatar Sep 13 '24 09:09 zerosnacks