-
Notifications
You must be signed in to change notification settings - Fork 30
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
NRE when printing failure report with a generated None
value
#381
Comments
TysonMN
added a commit
to TysonMN/fsharp-hedgehog
that referenced
this issue
Nov 19, 2021
TysonMN
added a commit
to TysonMN/fsharp-hedgehog
that referenced
this issue
Nov 19, 2021
PR #382 fixes this bug and release 0.11.1 contains the fix |
Thanks @samritchie for the bug report and simple reproduction :) |
Thanks for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I’m seeing crashes when rendering the failure report for a property with a
Gen.option
that has generatedNone
. A minimal failing case (using NUnit):throws the following:
I’m using dotnet 6.0.100, macOS 11.6.1, Hedgehog 0.11, NUnit 3.13.2, NUnitTestAdapter 4.1
The text was updated successfully, but these errors were encountered: