Don't use deprecated testProperty from tasty-hedgehog#415
Merged
Conversation
The `testProperty` function has been deprecated in the current 1.2 version. See qfpl/tasty-hedgehog#42 for the reason. The `testProperty` function is replaced by `testPropertyNamed` which requires one extra argument (the name of the test function as a string). There were a test for which the property didn't have a name, so I had to name it. We also need `-XOverloadedString` in every module (some already have it).
9e71452 to
43f9275
Compare
andreasabel
approved these changes
May 5, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
testPropertyfunction has been deprecated in the current 1.2version. See qfpl/tasty-hedgehog#42 for the
reason.
The
testPropertyfunction is replaced bytestPropertyNamedwhichrequires one extra argument (the name of the test function as a
string).
There were a test for which the property didn't have a name, so I had
to name it. We also need
-XOverloadedStringin every module (somealready have it).
This is extracted from #414 , which was supposed to be a 5min fix and turned
out to spiral out of control. I realised it was possible to turn it back into a 5min
fix: add the more recent version of tasty-hedgehog to the
extra-deps.