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

Fix #[derive(Var)] generating incorrect hint_string for enums #1011

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

Bromeon
Copy link
Member

@Bromeon Bromeon commented Jan 12, 2025

Fixes #1009.

@Bromeon Bromeon added bug c: register Register classes, functions and other symbols to GDScript labels Jan 12, 2025
@GodotRust
Copy link

API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdext/pr-1011

@Bromeon Bromeon added this pull request to the merge queue Jan 12, 2025
Merged via the queue into master with commit 7768d90 Jan 12, 2025
15 checks passed
@Bromeon Bromeon deleted the bugfix/enum-hint-ord branch January 12, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug c: register Register classes, functions and other symbols to GDScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

var_hint generated for enum derived var breaks exported property
2 participants