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

GDExtension: Fix incorrect error message about vararg methods #83107

Merged

Conversation

dsnopek
Copy link
Contributor

@dsnopek dsnopek commented Oct 10, 2023

I noticed this while working on PR #83054

I assume this was a copy-paste and modify error. There's a similar line in ptrcall() below, and it looks like "Vararg" was incorrectly changed to "Validated", and this PR simply changes that back, and does the correct modification.

(Note: I actually suspect these checks might not be necessary anymore, because in PR #76047 we added ptrcall support for at least some vararg methods - but that can be explored and fixed in a future PR.)

@dsnopek dsnopek added this to the 4.x milestone Oct 10, 2023
@dsnopek dsnopek requested a review from a team as a code owner October 10, 2023 13:48
@akien-mga akien-mga modified the milestones: 4.x, 4.2 Oct 10, 2023
@akien-mga akien-mga merged commit b40d90d into godotengine:master Oct 10, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@dsnopek dsnopek deleted the validated-method-vararg-message branch July 22, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants