-
-
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 NonEmptyList#toNes (issue #2346) #2557
Conversation
Why.not toSet or toNonEmptySet |
@hepin1989 Beacuse there are already some codes where |
@hepin1989 Everything that @satansk + the fact I wanted to be consistent with the rest of naming from this issue where I implemented NonEmptyMap#toNel and NonEmptyList#toNem. I think that If you guys think that this naming is misleading, i'm not really attached to it. |
Codecov Report
@@ Coverage Diff @@
## master #2557 +/- ##
==========================================
+ Coverage 95.14% 95.14% +<.01%
==========================================
Files 361 361
Lines 6630 6634 +4
Branches 289 294 +5
==========================================
+ Hits 6308 6312 +4
Misses 322 322
Continue to review full report at Codecov.
|
Sorry for the mess in commits, screwed a bit with merging and then everything escalated quickly. |
The build failed because of |
The last missing pull request for #2346