-
-
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
#2947 Added bifold to Bifoldable typeclass #3088
Conversation
|
Hey @Twizty, what's the reason you closed this? I think it was a fine PR. Sorry no one responded to you, not sure what went wrong there, I restarted the Travis job to see if it was just a temporary error :) |
Codecov Report
@@ Coverage Diff @@
## master #3088 +/- ##
==========================================
- Coverage 93.57% 93.24% -0.34%
==========================================
Files 371 375 +4
Lines 7097 7293 +196
Branches 185 196 +11
==========================================
+ Hits 6641 6800 +159
- Misses 456 493 +37
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.
i fixed your comment @LukaJCB , now pending build green
Needs a scalafmt run |
@kailuowang @LukaJCB I think that last merge got this out of sync, which makes review difficult, since there are a lot of extraneous changes in the diff—mind if I rebase to clean it up? |
Go for it @travisbrown |
7ac6a42
to
b173026
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.
I think ideally I'd like to see a test here for something like Tuple2
but I'd be happy to see it merged as-is.
… to scala_2.11
* backported #3088 (adding `bifold` to `Bifoldable` typeclass) to scala_2.11 * addressed review feedback regarding name change
Implemented #2947