Skip to content
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

lbaselib cleanup #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

lbaselib cleanup #38

wants to merge 1 commit into from

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