-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
3.x: elementAt, first - constrain upstream requests #6620
Conversation
…flect upstream request constraints
Codecov Report
@@ Coverage Diff @@
## 3.x #6620 +/- ##
============================================
+ Coverage 98.13% 98.17% +0.03%
- Complexity 6187 6188 +1
============================================
Files 678 678
Lines 44792 44792
Branches 6173 6173
============================================
+ Hits 43956 43973 +17
+ Misses 290 281 -9
+ Partials 546 538 -8
Continue to review full report at Codecov.
|
Could you hold up your subsequent PRs until the refactor of the packages? |
Sure. |
As discussed in #6569 this PR constrains upstream requests for the
elementAt
andfirst
overloads. Other operators will be covered in other PRs.