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
Since there's currently no versioned releases for breaking changes, we probably should look for the presence of max_global_rejects in config files and error/warn if it's found
Since there's currently no versioned releases for breaking changes, we probably should look for the presence of max_global_rejects in config files and error/warn if it's found
A deprecation warning was already included in this PR #3138. (See the screenshot in the Example section.)
Considering that the warning message has been there for almost half a year now, and that foundry hasn't reach a stable version yet. Would it be acceptable to directly remove fuzz.max_global_rejects in a PR in the near future? If so, i'm happy to take this one.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (f540aa9 2022-09-09T00:05:32.599852Z)
What command(s) is the bug in?
No response
Operating System
macOS (Apple Silicon)
Describe the bug
Deprecate config option
max_global_rejects
in favor ofmax_test_rejects
under the[fuzz]
section.The deprecation was introduced in #3138 and we should fulfill it in a future release.
Suggest to add this issue to a milestone once the exact version is determined.
The text was updated successfully, but these errors were encountered: