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

Rewrite #[var] + #[export] registration to use type-safe API behind scenes #840

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

Bromeon
Copy link
Member

@Bromeon Bromeon commented Aug 5, 2024

Reduces amount of code generated.
Also tiny simplification of #[func] codegen.

Follow-up to #839.

Reduces amount of code generated.
Also tiny simplification of #[func].
@Bromeon Bromeon added quality-of-life No new functionality, but improves ergonomics/internals c: register Register classes, functions and other symbols to GDScript labels Aug 5, 2024
@Bromeon Bromeon enabled auto-merge August 5, 2024 16:25
@Bromeon Bromeon added this pull request to the merge queue Aug 5, 2024
github-merge-queue bot pushed a commit that referenced this pull request Aug 5, 2024
Rewrite `#[var]` + `#[export]` registration to use type-safe API behind scenes
@GodotRust
Copy link

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

@Bromeon Bromeon removed this pull request from the merge queue due to a manual request Aug 5, 2024
@Bromeon Bromeon added this pull request to the merge queue Aug 5, 2024
Merged via the queue into master with commit 76b2d99 Aug 5, 2024
14 checks passed
@Bromeon Bromeon deleted the qol/export-codegen branch August 5, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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