-
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
Rename get_sliced_child
to sliced_child
.
#10881
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10881 +/- ##
================================================
+ Coverage 86.29% 86.33% +0.03%
================================================
Files 144 144
Lines 22656 22665 +9
================================================
+ Hits 19552 19567 +15
+ Misses 3104 3098 -6
Continue to review full report at Codecov.
|
So I'm not a big fan of this. I do think the |
@davidwendt I appreciate the critique -- my primary goal here is consistency with |
Yes, I do. |
Closing this in favor of #10885. |
This PR renames the lists/structs methods
get_sliced_child
tosliced_child
. This resolves some inconsistent naming (likestructs_column_device_view::sliced_child
). Resolves #10666.