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
It appears that tab completion does not work in the lua prompt on LuaJ archs, and further investigation finds that the reason is because the environment is failing to supply a list of available keywords -- and the reason appears to be that user defined __ipairs and __pairs metamethods are NOT called (__len and __index are). I have not tested other metamethods.
The text was updated successfully, but these errors were encountered:
It appears that tab completion does not work in the lua prompt on LuaJ archs, and further investigation finds that the reason is because the environment is failing to supply a list of available keywords -- and the reason appears to be that user defined __ipairs and __pairs metamethods are NOT called (__len and __index are). I have not tested other metamethods.
The text was updated successfully, but these errors were encountered: