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

Variadic functions can't be used before their definitions #1

Closed
joshaber opened this issue Aug 1, 2012 · 1 comment
Closed

Variadic functions can't be used before their definitions #1

joshaber opened this issue Aug 1, 2012 · 1 comment
Labels

Comments

@joshaber
Copy link
Owner

joshaber commented Aug 1, 2012

The compiler generates the wrong call signature. Presumably this is because it doesn't know it's variadic at the time it is called.

We may need to do a light-weight pre-parse?

@joshaber
Copy link
Owner Author

joshaber commented Aug 4, 2012

Fixed by passing arguments as an array.

@joshaber joshaber closed this as completed Aug 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant