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

... can be used outside a vararg function if it's used in the root scope #84

Closed
Qix- opened this issue Aug 12, 2020 · 2 comments
Closed
Labels
invalid Insufficient detail, issue does not reproduce, or is irrelevant

Comments

@Qix-
Copy link

Qix- commented Aug 12, 2020

... is passed the arguments to lua_pcall() (or to load(s)(...)). However, luaparse incorrectly throws a syntax error.

It looks like this edge case was missed in #74.

@Qix-
Copy link
Author

Qix- commented Aug 12, 2020

Nevermind, there was a problem on our end. The fact the error messages are the same confused me.

@Qix- Qix- closed this as completed Aug 12, 2020
@fstirlitz fstirlitz added the invalid Insufficient detail, issue does not reproduce, or is irrelevant label Aug 12, 2020
@fstirlitz
Copy link
Owner

I mean, I even added a test for this case, so it would be strange if it failed to work.

@fstirlitz fstirlitz closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Insufficient detail, issue does not reproduce, or is irrelevant
Projects
None yet
Development

No branches or pull requests

2 participants