We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
minimal case
local band = bit.band
lua-releng use 5.1 version luac interperter
lua-releng test.lua Checking use of Lua global variables in file test.lua... op no. line instruction args ; code 1 [1] GETGLOBAL 0 -1 ; bit
should we need to ignore this?
The text was updated successfully, but these errors were encountered:
cf08d28
@Gerrard-YNWA Fixed in the lj-releng tool. It's not right to ignore bit in lua-releng since it is not a standard module in Lua 5.1 :)
bit
Sorry, something went wrong.
No branches or pull requests
minimal case
lua-releng use 5.1 version luac interperter
should we need to ignore this?
The text was updated successfully, but these errors were encountered: