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 Solc JSON ASTs are not included anymore for test (see #7197) so inline config cannot be applied, works OK if you run forge test --ast but I think this should be on by default for tests too @mattsse@DaniPopes ?
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (3df3e0c 2024-03-04T00:19:46.775990000Z)
What command(s) is the bug in?
forge test
Operating System
macOS (Apple Silicon)
Describe the bug
forge test
no longer respects In-line test configuration.To replicate, simply
forge init
a newCounter
project. Add an in-line fuzz runs config totestFuzz_SetNumber
:Run
forge test
. Output:The text was updated successfully, but these errors were encountered: