-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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 ord_at to unicode_at for String #15522
Conversation
doc/classes/String.xml
Outdated
</argument> | ||
<description> | ||
Returns the character code at position [code]at[/code]. | ||
Returns the character code at position [code]idx[/code]. |
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.
You changed the tab to spaces.
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.
sorry clang-formate doesn't work for me on Windows. I will fix it when I get home
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.
clang-format
doesn't apply to the XML, for those you need to preserve the formatting manually.
GDNative fails building it seems:
|
I don't think it's worth breaking the API this late in the release cycle, and we only accept fixes to critical issues now (+ some enhancements to recent features like mono, bullet, gdnative, autotile, etc.). We can consider it for 3.1 / 3.0.x, but then it will have to be added in a way that does not break compatibility (though |
@akien-mga Is there a way to flag a method is deprecated? |
Not yet, but there will be when we implement #4397. |
Closing for now as we need a proper deprecation workflow before this can be implemented. I've listed it in #16863, so we can rediscuss it and maybe make the change later on. |
Close #15519