[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua-5.1-work5 regression?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 11 Mar 2005 14:24:29 -0300
> 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