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
-- @tasty@ docs (1.4.3) explicitly say to ignore the @reportProgress@ argument
run opts (Test testOpts prop) _reportProgress =
This will cease to be true in tasty-1.5. It would be great if falsify gets updated to support progress reporting. You can try the latest tasty with the following cabal.project:
falsify/lib/src/Test/Falsify/Internal/Driver/Tasty.hs
Lines 67 to 69 in f490150
This will cease to be true in
tasty-1.5
. It would be great iffalsify
gets updated to support progress reporting. You can try the latesttasty
with the followingcabal.project
:Cf. UnkindPartition/tasty#379
The text was updated successfully, but these errors were encountered: