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

Track ptrcall/varcall in tests; smaller improvements #658

Merged
merged 5 commits into from Apr 28, 2024
Merged

Conversation

Bromeon
Copy link
Member

@Bromeon Bromeon commented Apr 6, 2024

Tests that inbound GDScript -> Rust #[func] calls are using the expected calling convention (ptrcall or varcall).

There are some exceptions due to incomplete implementation in Godot:

Also renames the trace feature to debug-log, fixes some #[func] FFI registrations, and fixes a doc CI issue.

@Bromeon Bromeon added the quality-of-life No new functionality, but improves ergonomics/internals label Apr 6, 2024
@Bromeon
Copy link
Member Author

Bromeon commented Apr 6, 2024

Testing closing...

@Bromeon Bromeon closed this Apr 6, 2024
@Bromeon Bromeon reopened this Apr 6, 2024
@GodotRust
Copy link

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

@Bromeon Bromeon changed the title Various smaller improvements Track ptrcall/varcall in tests; smaller improvements Apr 28, 2024
@Bromeon
Copy link
Member Author

Bromeon commented Apr 28, 2024

macOS unit-test jobs have been unstable before, although I haven't encountered this problem earlier 🤔 let's see if the issue persists...

@Bromeon Bromeon added this pull request to the merge queue Apr 28, 2024
Merged via the queue into master with commit a5bc706 Apr 28, 2024
15 checks passed
@Bromeon Bromeon deleted the qol/various branch April 28, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality-of-life No new functionality, but improves ergonomics/internals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants