-
Notifications
You must be signed in to change notification settings - Fork 59
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
LurkField + refactor quickcheck -> proptest #240
Conversation
Co-authored-by: porcuquine <[email protected]>
* Implement coercion to u32 (and to char) --------- Co-authored-by: porcuquine <[email protected]>
This seems fine to me. Once #239 merges, we could also merge this to master (base branch should change on merge) with @huitseeker's approval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ok in the sense that it’s a conservative tweak of #229, so I’m of course very positive on getting this in, modulo the tweak on the Arbitrary
for field elements (which I trust @johnchandlerburnham to fix before merge).
The next missing step is to better exploit derivation of Arbitrary
, but we can definitely do that in a second pass.
Looks like we have an issue with the WASM build that just got merged, because proptest doesn't compile to WASM: proptest-rs/proptest#137 |
This PR merges #229 on top of #239, which changes some details of what #229 tests