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

Simplify property hint APIs #838

Merged
merged 5 commits into from
Aug 4, 2024
Merged

Simplify property hint APIs #838

merged 5 commits into from
Aug 4, 2024

Conversation

Bromeon
Copy link
Member

@Bromeon Bromeon commented Aug 4, 2024

Changes and reuses some code around PropertyHint, PropertyHintInfo, Var, Export.

Follow-up to #836.

Bromeon added 3 commits August 4, 2024 10:22
The type_string() function was previously overridden for many types,
even specialized for Array<T>, however it was only ever used for
elements of arrays and packed arrays.
Provide reasonable defaults where appropriate.
@Bromeon Bromeon added quality-of-life No new functionality, but improves ergonomics/internals c: register Register classes, functions and other symbols to GDScript breaking-change Requires SemVer bump labels Aug 4, 2024
@Bromeon Bromeon added this to the 0.2 milestone Aug 4, 2024
@Bromeon Bromeon force-pushed the qol/register-traits branch from eb2874e to ceb0012 Compare August 4, 2024 09:16
@Bromeon Bromeon enabled auto-merge August 4, 2024 09:17
@Bromeon Bromeon added this pull request to the merge queue Aug 4, 2024
@GodotRust
Copy link

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

@Bromeon Bromeon removed this pull request from the merge queue due to a manual request Aug 4, 2024
@Bromeon Bromeon force-pushed the qol/register-traits branch from ceb0012 to c48e74c Compare August 4, 2024 09:24
@GodotRust
Copy link

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

@Bromeon Bromeon force-pushed the qol/register-traits branch from 0bedeaa to d158b44 Compare August 4, 2024 09:28
@Bromeon Bromeon force-pushed the qol/register-traits branch from d158b44 to 5fbde3b Compare August 4, 2024 09:29
@Bromeon Bromeon enabled auto-merge August 4, 2024 09:30
@Bromeon Bromeon added this pull request to the merge queue Aug 4, 2024
Merged via the queue into master with commit b28cc97 Aug 4, 2024
14 checks passed
@Bromeon Bromeon deleted the qol/register-traits branch August 4, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Requires SemVer bump c: register Register classes, functions and other symbols to GDScript quality-of-life No new functionality, but improves ergonomics/internals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants