Skip to content

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
@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