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

Update for addition of get_virtual_call_data_func and call_virtual_func to GDExtensionClassCreationInfo2 #1246

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

dsnopek
Copy link
Collaborator

@dsnopek dsnopek commented Sep 20, 2023

This allows godot-cpp to continue working after merging Godot PR godotengine/godot#80671

godot-cpp doesn't actually need the feature added in that PR; it's for languages that don't have a way to automatically generate new functions with C linkage, whereas C++ can do that just fine. But since that PR adds two new fields to the GDExtensionClassCreationInfo2 struct, so we need to set them to nullptr in order to keep working with Godot master.

@dsnopek dsnopek added the bug This has been identified as a bug label Sep 20, 2023
@dsnopek dsnopek added this to the 4.2 milestone Sep 20, 2023
@dsnopek dsnopek requested a review from a team as a code owner September 20, 2023 17:20
@dsnopek
Copy link
Collaborator Author

dsnopek commented Sep 20, 2023

CI failed, but I think it's because a new artifact still hasn't been built on the Godot master branch with the changes we depend on. I'll re-run CI once that finishes.

Here's the Godot build: https://github.com/godotengine/godot/actions/runs/6251725462/

Copy link
Member

@adamscott adamscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine to me!

@dsnopek
Copy link
Collaborator Author

dsnopek commented Sep 20, 2023

It's passing CI using the latest Godot artifacts!

@dsnopek dsnopek merged commit a963b8b into godotengine:master Sep 20, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This has been identified as a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants