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
The ProposalFactory has a stack too-deep error.
Why this is not a problem per se, as we want to use the new --via-ir pipeline anyway (which fixes this), there is an issue with forge coverage.
Forge coverage does not support the --via-ir pipeline at the moment, meaning we cannot create coverage reports.
The best is probably to fix the stack too-deep error as we should not discard coverage reports.
The
ProposalFactory
has a stack too-deep error.Why this is not a problem per se, as we want to use the new
--via-ir
pipeline anyway (which fixes this), there is an issue with forge coverage.Forge coverage does not support the
--via-ir
pipeline at the moment, meaning we cannot create coverage reports.The best is probably to fix the stack too-deep error as we should not discard coverage reports.
For more info, see foundry-rs/foundry#3527 (comment)
The text was updated successfully, but these errors were encountered: