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 QuickCheck generator instances for bit vectors #97

Merged
merged 2 commits into from
Jul 19, 2023

Conversation

lsrcz
Copy link
Owner

@lsrcz lsrcz commented Jul 15, 2023

This pull request adds the Arbitrary instances for WordN and IntN, resolves #91.

@codecov
Copy link

codecov bot commented Jul 15, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.03 ⚠️

Comparison is base (b8893e1) 31.35% compared to head (5d528fc) 31.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
- Coverage   31.35%   31.33%   -0.03%     
==========================================
  Files          49       49              
  Lines        5227     5231       +4     
  Branches      271      271              
==========================================
  Hits         1639     1639              
- Misses       3317     3321       +4     
  Partials      271      271              
Impacted Files Coverage Δ
src/Grisette/Core/Data/BV.hs 33.17% <0.00%> (-0.33%) ⬇️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@lsrcz lsrcz marked this pull request as ready for review July 19, 2023 00:15
@lsrcz lsrcz force-pushed the feat-arbitrary-bit-vector branch from 5d528fc to 96e7c06 Compare July 19, 2023 00:15
@lsrcz lsrcz merged commit cba5d95 into main Jul 19, 2023
24 checks passed
@lsrcz lsrcz deleted the feat-arbitrary-bit-vector branch July 19, 2023 00:15
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.

Add QuickCheck generator instances for bit vectors
1 participant