-
Notifications
You must be signed in to change notification settings - Fork 653
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
bug: pcall affecting function upvalues #448
Comments
In my experiment, removing the pcall method:
Produces same result for lua and glua:
|
In my experiment I also found that in certain situations this bug won't reproduce if:
Looks like the environment is isolated in error() and everything before become read-only.
|
I found Lines 626 to 632 in 2b3f02d
Is this an intented behavior? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You must post issues only here. Questions, ideas must be posted in discussions.
Please answer the following before submitting your issue:
I tried to run ilua.lua, but it failed and after experimenting I made a simple version of the code to reproduce the bug
The text was updated successfully, but these errors were encountered: