8000 Update to quickcheck 1.0 by bluss · Pull Request #1114 · rust-ndarray/ndarray · GitHub
[go: up one dir, main page]

Skip to content

Update to quickcheck 1.0#1114

Merged
bluss merged 1 commit intomasterfrom
qc-1
Nov 18, 2021
Merged

Update to quickcheck 1.0#1114
bluss merged 1 commit intomasterfrom
qc-1

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

0