-
Notifications
You must be signed in to change notification settings - Fork 418
Fix Subsets
so it returns an empty set when k = 0
#646
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
Conversation
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 this fix. I've done an initial review that requires some changes.
Codecov Report
@@ Coverage Diff @@
## master #646 +/- ##
==========================================
+ Coverage 92.57% 92.63% +0.05%
==========================================
Files 113 113
Lines 3422 3422
Branches 1055 1056 +1
==========================================
+ Hits 3168 3170 +2
+ Misses 191 189 -2
Partials 63 63
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Subsets
so it returns an empty set when k = 0
This is a squashed merge of PR morelinq#646 that fixes morelinq#645. --------- Co-authored-by: Atif Aziz <code@raboof.com>
This PR addresses #645