lua-users home
lua-l archive

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


> 2018-03-14 12:43 GMT+03:00 Daurnimator <quae@daurnimator.com>:
> > On 14 March 2018 at 20:38, Sergey Zakharchenko <doublef.mobile@gmail.com> wrote:
> >> No metamethod calls occur for the undef assignment and check. This
> >> doesn't seem right.
> >
> > I think I saw a __undef introduced?
> 
> How would the supposed backwards compatibility be kept if existing
> code doesn't define __undef/__isdef?

You are right. We still do not get full backwards compatibility, because
of metamethods. We will try to correct it.

-- Roberto