-
-
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
Add laws to check Short-Circuiting behaviour #3375
Add laws to check Short-Circuiting behaviour #3375
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3375 +/- ##
==========================================
- Coverage 92.69% 91.32% -1.37%
==========================================
Files 379 381 +2
Lines 7980 8039 +59
Branches 218 228 +10
==========================================
- Hits 7397 7342 -55
- Misses 583 697 +114
Continue to review full report at Codecov.
|
…, map, set, queue and sortedMap instances
…mptylist, nonemptystream and nonemptyvector instances
…for lazList, queue, stream and vector instances
… scala_2.13 instance
c9112eb
to
f65a9e7
Compare
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 working on this! :)
This looks good to me! |
resolves #3355, previously #3327