-
Notifications
You must be signed in to change notification settings - Fork 66
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
Missing call to metamethod in GETTABLE_S, SELF_S, SETTABLE_I, SETTABLE_I #73
Labels
Comments
Will fix after merging 5.3.2 which should be out soon. |
dibyendumajumdar
pushed a commit
that referenced
this issue
Nov 22, 2015
dibyendumajumdar
pushed a commit
that referenced
this issue
Nov 23, 2015
dibyendumajumdar
pushed a commit
that referenced
this issue
Nov 23, 2015
dibyendumajumdar
pushed a commit
that referenced
this issue
Nov 24, 2015
dibyendumajumdar
pushed a commit
that referenced
this issue
Nov 24, 2015
dibyendumajumdar
pushed a commit
that referenced
this issue
Nov 25, 2015
Fixed in 0.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The optimized versions are missing a metamethod call - the __index/__newindex events should occur if key is not present in table.
The text was updated successfully, but these errors were encountered: