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

Fixed generation of calls to varargs functions #202

Merged
merged 1 commit into from
Jan 17, 2021

Conversation

smaillet
Copy link
Member

The validation of args for call sites was overly protective, to the point of failing for varargs functions as by definition they accept more args than the signature specifies. This change updates the validation to specifically handle varargs, while still validating all of the fixed args.

@smaillet smaillet merged commit 40ef96d into UbiquityDotNET:develop Jan 17, 2021
@smaillet smaillet deleted the VarArgs branch January 17, 2021 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant