-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bindings don't work with fast-check 3.x #9
Comments
Hmm. I have been meaning to see what changed recently in fast-check, but I thought it was only adding features. I’ll look into this, thanks for the report! |
And thanks for creating this project--generative/property testing is so nice to have available. |
I agree 😁 |
Looks like I didn't read the 3.x migration guide closely enough. This has been broken for a while; 3.x was released mid last year. I saw some things had been removed but didn't realise I was using them in the bindings. I have been putting it off because the update to 3.x will require bumping the major version of these bindings. I suggest downgrading your fast-check to 2.x for now; I'll keep this open and see if I can get to it soon. |
test/ExampleTest.res
still current?
Sounds good--many thanks. |
I've started learning
rescript-fast-check
with the bundled example programtest/ExampleTest.res
code:This compiles successfully, but gives these run-time errors:
It's likely that I've misunderstood something about using this library.
The text was updated successfully, but these errors were encountered: