lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> lua-5.1-work4 would throw an exception when trying to access a 
> non-existing function in a table, for example:
> 
> thisClass = function()
>          local this = {}
> 
>          this.bla()
> end
> 
> However, in lua-5.1-work5, the above doesn't throw anything. At all. 

It sure does if you add "thisClass()". Please always post complete but
minimal code and a transcript of a session when reporting "bugs".
--lhf