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

QuickCheck version #28

Closed
thomie opened this issue Oct 27, 2014 · 3 comments
Closed

QuickCheck version #28

thomie opened this issue Oct 27, 2014 · 3 comments

Comments

@thomie
Copy link
Contributor

thomie commented Oct 27, 2014

Commit 35c1012 changed the minimum QuickCheck version from == 2.6 to > 2.6. Was this intentional? The commit message says "Allow a broader range of QuickCheck". The latest Haskell platform ships with version 2.6.

@ndmitchell
Copy link
Contributor

Oops, that should have been >=, not >.

@thomie
Copy link
Contributor Author

thomie commented Oct 28, 2014

Note: QuickCheck 2.7, which uses 'tf-random' instead of 'random', does seem to come up with failing testcases more reliably.

@ndmitchell
Copy link
Contributor

Very interesting! I knew QuickCheck-2 was much better than QuickCheck-1, but I wasn't aware the random number generator made a difference.

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

No branches or pull requests

2 participants