Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid testProperty deprecation warnings with tasty-hedgehog-1.2 #198

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

RyanGlScott
Copy link
Contributor

This fixes #195—or, at the very least, makes the deprecation warnings that arise from tasty-hedgehog's version of testProperty go away. The "real" fix would be to convert every use of testProperty into a top-level Property value, but given how tedious that would be, I'm disinclined to do this unless someone specifically requests it.

This fixes #195—or, at the very least, makes the deprecation warnings that
arise from `tasty-hedgehog`'s version of `testProperty` go away. The "real"
fix would be to convert every use of `testProperty` into a top-level `Property`
value, but given how tedious that would be, I'm disinclined to do this unless
someone specifically requests it.
Copy link
Contributor

@robdockins robdockins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kind of gross we have to do this, but shrug

@RyanGlScott RyanGlScott merged commit 2bd3b5d into master Apr 14, 2022
@RyanGlScott RyanGlScott deleted the T195 branch April 14, 2022 22:21
@kquick
Copy link
Member

kquick commented Apr 14, 2022

Sorry, lost track of this one, but I agree with Rob: gross and (post-facto) approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New deprecation warning
3 participants