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

Update to quickcheck 1.0 #1114

Merged
merged 1 commit into from
Nov 18, 2021
Merged

Update to quickcheck 1.0 #1114

merged 1 commit into from
Nov 18, 2021

Conversation

bluss
Copy link
Member

@bluss bluss commented Nov 17, 2021

New in 1.0 is that integers now generate values in their whole range.
That creates a different situation for the tests taking isize than
before.

Shrink their accepted values for now, and leave as fixmes to investigate and
improve.

In some cases, the tests are slow to execute.
In other cases, the tests fail with large values (probably overflow),
and following that, the case shrinking is extremely slow.

@bluss bluss added this to the 0.15.4 milestone Nov 17, 2021
@bluss bluss force-pushed the qc-1 branch 4 times, most recently from 34603da to d0f7499 Compare November 17, 2021 19:39
New in 1.0 is that integers now generate values in their whole range.
That creates a different situation for the tests taking isize than
before.

Shrink their accepted values for now, and leave as fixmes to investigate and
improve.

In some cases, the tests are slow to execute.
In other cases, the tests fail with large values (probably overflow),
and following that, the case shrinking is extremely slow.
@bluss bluss merged commit a2b1f18 into master Nov 18, 2021
@bluss bluss deleted the qc-1 branch November 18, 2021 17:38
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.

1 participant