Skip to content
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

Use String::resize() and CharString in text_server_adv again #80642

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

dsnopek
Copy link
Contributor

@dsnopek dsnopek commented Aug 14, 2023

Shortly before 4.1 was released, PR #77532 added some workarounds to allow the text_server_adv module to keep compiling as a GDExtension, by avoiding String::resize() and CharString which were missing or broken in godot-cpp at the time.

However, after PR godotengine/godot-cpp#1166 and PR godotengine/godot-cpp#1150 this should no longer be necessary!

This PR reverts the workaround bits that were in PR #77532

@dsnopek dsnopek added this to the 4.x milestone Aug 14, 2023
@dsnopek dsnopek requested a review from bruvzg August 14, 2023 23:20
@dsnopek dsnopek requested a review from a team as a code owner August 14, 2023 23:20
@akien-mga akien-mga modified the milestones: 4.x, 4.2 Aug 15, 2023
@akien-mga akien-mga changed the title Use String::resize() and CharString in text_server_adv again Use String::resize() and CharString in text_server_adv again Aug 15, 2023
@akien-mga akien-mga merged commit f8aa7ca into godotengine:master Aug 16, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@dsnopek dsnopek deleted the text_server_adv_gdextension-2 branch July 22, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants