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

Implement Property.select via bind to avoid bug #318

Merged
11 commits merged into from
Sep 4, 2021

Conversation

TysonMN
Copy link
Member

@TysonMN TysonMN commented Feb 22, 2021

Fixes #317

I added tests corresponding to those given in #317 except that they pass when the behavior is correct and fail otherwise. Then I fixed the issue by implementing Property.select via Property.bind and especially Property.ofThrowing, which maps a thrown exception to Outcome<_>.Failure.

@ghost ghost added this to the 0.11.0 milestone Feb 22, 2021
@TysonMN TysonMN force-pushed the 317_select_exception_failure branch from 89dd3ca to a1e284d Compare February 24, 2021 14:13
@ghost
Copy link

ghost commented Aug 24, 2021

@TysonMN if you can get this rebased I'll merge it

@TysonMN TysonMN force-pushed the 317_select_exception_failure branch from 91e5034 to eb515e5 Compare August 25, 2021 00:27
@TysonMN
Copy link
Member Author

TysonMN commented Aug 25, 2021

Done

@TysonMN
Copy link
Member Author

TysonMN commented Sep 4, 2021

Can you merge now?

Hedgehog.Experimental will have a new release soon and it would be nice to have this and the other bug fixes included.

@ghost ghost merged commit 81a7502 into hedgehogqa:master Sep 4, 2021
@ghost
Copy link

ghost commented Sep 4, 2021

Can you merge now?

Hedgehog.Experimental will have a new release soon and it would be nice to have this and the other bug fixes included.

Sorry for the delay, this has been merged. 🎉

@TysonMN
Copy link
Member Author

TysonMN commented Sep 4, 2021

No problem. Thanks for merging :)

@TysonMN TysonMN deleted the 317_select_exception_failure branch September 12, 2021 13:12
@TysonMN TysonMN mentioned this pull request Sep 12, 2021
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exceptions are reported inconsistently
1 participant