-
-
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
Fix short circuiting behaviour in traverse
and traverseFilter
#3328
Fix short circuiting behaviour in traverse
and traverseFilter
#3328
Conversation
…r Queue, Set, Vector and LazyList instances
Codecov Report
@@ Coverage Diff @@
## master #3328 +/- ##
=========================================
- Coverage 93.38% 93.28% -0.1%
=========================================
Files 372 378 +6
Lines 7389 7701 +312
Branches 219 208 -11
=========================================
+ Hits 6900 7184 +284
- Misses 489 517 +28
Continue to review full report at Codecov.
|
This looks reasonable to me, but I really wish we had tests to keep us in line in this respect. |
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.
I just opened #3355 to track the testing issue, and I think we should go ahead and merge this.
@travisbrown sure, thank you |
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!
Thank you |
Fixed short circuiting behaviour in
traverse
andtraverseFilter
for Queue, Chain, Set, Vector and LazyList instances.resolves #3327