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

Allow forwarding from ClassDB to ClassDBSingleton to support enumerations #1445

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

dsnopek
Copy link
Collaborator

@dsnopek dsnopek commented Apr 23, 2024

This PR aims to fix godot-cpp when used with the enum added to ClassDB in PR godotengine/godot-proposals#9526 (I tested using the extension_api.json from Godot built with that PR)

Since Godot's CI uses godot-cpp for version N-1, this will need to be cherry-picked to the 4.2 branch before the tests will be able to pass on that PR

@dsnopek dsnopek added bug This has been identified as a bug cherrypick:4.1 cherrypick:4.2 labels Apr 23, 2024
@dsnopek dsnopek added this to the 4.x milestone Apr 23, 2024
@dsnopek dsnopek requested a review from a team as a code owner April 23, 2024 18:46
@ZerxZ
Copy link

ZerxZ commented Apr 26, 2024

I tested it, work good.

Copy link
Contributor

@paddy-exe paddy-exe left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@Naros Naros left a comment

Choose a reason for hiding this comment

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

LGTM @dsnopek

@dsnopek
Copy link
Collaborator Author

dsnopek commented Apr 29, 2024

Thanks, Everyone, for the review and testing! ❤️

@dsnopek dsnopek merged commit 54fe2f9 into godotengine:master Apr 30, 2024
12 checks passed
@dsnopek
Copy link
Collaborator Author

dsnopek commented May 17, 2024

Cherry-picked for 4.2 in PR #1465

@dsnopek
Copy link
Collaborator Author

dsnopek commented May 17, 2024

Cherry-picked for 4.1 in PR #1466

@akien-mga akien-mga modified the milestones: 4.x, 4.3 Jul 22, 2024
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.

5 participants