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

Add missing int32 and int64 combinators #307

Merged
merged 9 commits into from
Jan 2, 2025
Merged

Conversation

jmid
Copy link
Collaborator

@jmid jmid commented Dec 27, 2024

This PR adds a bunch of missing int32 and int64 combinators:

  • Print.int{32,64} to both QCheck and QCheck2,
  • QCheck.Gen.int{32,64}, and
  • Observable.int{32,64} to both QCheck and QCheck2

Simultaneously the PR deprecates QCheck.Gen.{ui32,ui64} like is already done for QCheck2.Gen.{ui32,ui64} for uniformity.

Fixes #304
Fixes #301
Fixes #90

src/core/QCheck.mli Outdated Show resolved Hide resolved
src/core/QCheck.mli Outdated Show resolved Hide resolved
@jmid jmid merged commit 2048a31 into c-cube:main Jan 2, 2025
13 checks passed
@jmid jmid deleted the missing-int-32-64 branch January 2, 2025 21:45
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.

Missing int32 and int64 combinators Observable missing int32 and int64 Gen.(ui32,ui64) unsigned?
1 participant