-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Better Chain Arbitrary #2420
Better Chain Arbitrary #2420
Conversation
Seems it has already caught at least one bug 😄 |
The small bug in |
Codecov Report
@@ Coverage Diff @@
## master #2420 +/- ##
==========================================
+ Coverage 95.2% 95.22% +0.01%
==========================================
Files 351 351
Lines 6366 6368 +2
Branches 280 279 -1
==========================================
+ Hits 6061 6064 +3
+ Misses 305 304 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking!
Merging with two sign-offs :) |
Sorry I didn't get to the review @LukaJCB; I was on a plane. I'll submit some PRs that I crafted up while I was on it though :) |
* Better Chain Arbitrary * Fix bug in uncons
This should fix the concerns @johnynek had in #2371
Also optimizes the
Chain.apply
builder :)