-
Notifications
You must be signed in to change notification settings - Fork 915
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
Enable passing a sequence for the index
argument to .list.get()
#10564
Enable passing a sequence for the index
argument to .list.get()
#10564
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10564 +/- ##
================================================
+ Coverage 86.33% 86.37% +0.04%
================================================
Files 140 140
Lines 22289 22290 +1
================================================
+ Hits 19244 19254 +10
+ Misses 3045 3036 -9
Continue to review full report at Codecov.
|
…list-get-sequence-input
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 have a few comments below. Please rebase this now that the dependent PR has been merged.
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 like the changes you made. I noted one duplicate test, otherwise LGTM! :)
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. There are still a few unresolved conversations, nothing blocking but probably worth double-checking that everything there has been addressed now.
@gpucibot merge |
Closes #10552.
Depends on #10547