You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code should print out abc: 0xffffffff
print(tostring(setmetatable({}, {__name="abc"})))
However, it instead prints out table: 0xffffffff. This is going to be a really nasty change to make here, as we now need to thread LuaState to all the toLuaString methods (though I guess we need that for #66 too).
The text was updated successfully, but these errors were encountered:
The following code should print out
abc: 0xffffffff
However, it instead prints out
table: 0xffffffff
. This is going to be a really nasty change to make here, as we now need to threadLuaState
to all thetoLuaString
methods (though I guess we need that for #66 too).The text was updated successfully, but these errors were encountered: