-
Notifications
You must be signed in to change notification settings - Fork 14
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
Check for errors #14
Labels
Comments
that is intended? |
yes, but Clue didn't report it during compilation, that's my point |
Clue does not keep track of any variable created, it lets Lua handle that Edit: 4.0 now... |
Maiori44
added
enhancement
New feature or request
experimental
The changes may break something or be a bad idea
labels
Jun 15, 2022
in 3.0 it is possible to implement this when using the mlua feature |
This is why this is for 4.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
At the current state, the compiler doesn't check if a function called in a file from another file is either local or global thus making errors go through the Lua version.
Example:
main.clue
test.clue
lua main.lua
The text was updated successfully, but these errors were encountered: