Skip to content

Remove quickcheck dev-dependency#53

Merged
lopopolo merged 1 commit into
trunkfrom
purge-quickcheck
Dec 27, 2020
Merged

Remove quickcheck dev-dependency#53
lopopolo merged 1 commit into
trunkfrom
purge-quickcheck

Conversation

@lopopolo
Copy link
Copy Markdown
Member

Remove quickcheck dependency for recover, temper, and untemper
tests. Replace with loops and getrandom::getrandom for generating
integers to test.

This removes all dependencies that pull in rand and rand_core, which
will make updating rand in this crate easier moving forward.

See BurntSushi/quickcheck#264 (comment).

@lopopolo lopopolo added C-quality Category: Refactoring, cleanup, and quality improvements. A-deps Area: Source and library dependencies. labels Dec 27, 2020
Remove `quickcheck` dependency for `recover`, `temper`, and `untemper`
tests. Replace with loops and `getrandom::getrandom` for generating
integers to test.

This removes all dependencies that pull in `rand` and `rand_core`, which
will make updating `rand` in this crate easier moving forward.
@lopopolo lopopolo merged commit 8c7055c into trunk Dec 27, 2020
@lopopolo lopopolo deleted the purge-quickcheck branch December 27, 2020 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-deps Area: Source and library dependencies. C-quality Category: Refactoring, cleanup, and quality improvements.

Development

Successfully merging this pull request may close these issues.

1 participant