Skip to content

Conversation

bobtfish
Copy link
Collaborator

No description provided.

@khvzak
Copy link
Member

khvzak commented Sep 19, 2022

FYI, t is used in the original code, but the large part to do API checks is missing (probably due to transpiling flags)
Eg:

  luaL_argcheck(L, t == LUA_TNIL || t == LUA_TTABLE, 2,
                    "nil or table expected");

See https://github.com/lua/lua/blob/v5.3/lbaselib.c#L128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants