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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

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

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