In version 2.18 of QuickCheck the function withMaxSuccess was renamed to withNumTests with the former being immediately deprecated.
This creates a headache for large code bases that use this functionality and compies with -Werror.
It would be MUCH easier for end users if the old name was not deprecated until say 3 major releases after the rename.
In version
2.18ofQuickCheckthe functionwithMaxSuccesswas renamed towithNumTestswith the former being immediately deprecated.This creates a headache for large code bases that use this functionality and compies with
-Werror.It would be MUCH easier for end users if the old name was not deprecated until say 3 major releases after the rename.