-
-
Notifications
You must be signed in to change notification settings - Fork 249
Support read_as_gstring_entire
in Godot versions newer than 4.5.
#1349
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
Support read_as_gstring_entire
in Godot versions newer than 4.5.
#1349
Conversation
API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdext/pr-1349 |
Since your edit, the word "polyfill" no longer applies, right? In PR description, commit message, and in code comments. |
d0e593e
to
43137a8
Compare
read_as_gstring_entire
for Godot versions before 4.6.read_as_gstring_entire
in Godot versions newer than 4.5.
43137a8
to
94df0b8
Compare
Welp, calling it pollyfill was a stretch in a first place 😄 |
Looks good to me! |
I will merge it later this day, Github has some issues with MacOS runners: https://www.githubstatus.com/incidents/071h21gptcp0. |
skip_cr
argument has been removed, see: godotengine/godot#110867.EDIT: Nothing changes for 4.5 API, generated code compatibility is never guaranteed (i.e. generated signatures for API version
4.x
might be different for4.x+1
), so after consultation we decided that SemVer bump is not required (from sanity point of view as well – APIs before beta/RCs can be wildly unstable)