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

Remove quickcheck dev-dependency #53

Merged
merged 1 commit into from
Dec 27, 2020
Merged

Remove quickcheck dev-dependency #53

merged 1 commit into from
Dec 27, 2020

Conversation

lopopolo
Copy link
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