-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
Revert rendering-related associated type name changes #11027
Revert rendering-related associated type name changes #11027
Conversation
Of the remaining changes, I could go either way on the renames. @IceSentry, I'll defer to your preferences here: just tell me which ones you'd like reverted. |
I prefer ViewNode::ViewQuery |
Here's my opinion on all of these:
Essentially, in the spirit of the original PR, drop the |
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 agree with this. I think we should also implement the other renames IceSentry suggested.
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.
looks good, also here's icesentry's rename suggestions implemented and tested
alice-i-cecile#163
Query data rename
Objective
@IceSentry
Solution
Revert several renames in #10779.
Changelog
ViewNode::ViewData
is nowViewNode::ViewQuery
again.Migration Guide
WorldQueryData
&WorldQueryFilter
toQueryData
&QueryFilter
#10779