-
-
Notifications
You must be signed in to change notification settings - Fork 576
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 Vector4.components -> coords. #1609
Conversation
Should be made in the same PR, ether we add compatibility or we don't, it should be decided and done in one PR |
Yes, in the current state of the PR the 'components' union case is retained, with a deprecation note. |
Parent PR is merged, so we're good to go. |
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 to me! Thanks :-)
I was about to merge this and then realized it's 2 commits. This'll need to be squashed to a single commit before it can merged. |
The use of .components is deprecated.
Ok, fixed. |
Thanks! |
Follow-up of godotengine/godot#97487 (review)
Fixes #1608
As mentioned, a discussion could be had about just removing the 'components' alias, but I think there's no harm just using deprecations as is usually done.