-
-
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
ArraySeq instance follow-up #3302
ArraySeq instance follow-up #3302
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3302 +/- ##
==========================================
+ Coverage 93.15% 93.15% +<.01%
==========================================
Files 378 378
Lines 7579 7585 +6
Branches 203 204 +1
==========================================
+ Hits 7060 7066 +6
Misses 519 519
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.
LGTM
Doesn't have to be this PR, but we could add a |
@LukaJCB @BalmungSan already got |
* Add Align, CoflatMap, and Alternative instances for ArraySeq * Avoid ArraySeq prioritization traits in public API
This builds on #3273, addressing #2994. It adds a few instances that were missing and makes the cats-kernel prioritization traits package-private.