foundry
foundry copied to clipboard
Deprecation of `fuzz.max_global_rejects` config
Component
Forge
Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
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 of max_test_rejects under the [fuzz] section.
The deprecation was introduced in https://github.com/foundry-rs/foundry/pull/3138 and we should fulfill it in a future release.
Suggest to add this issue to a milestone once the exact version is determined.