lua-users home
lua-l archive

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


on 11/5/04 2:44 AM, Daniel Silverstone at dsilvers@digital-scurf.org wrote:

> Then again; perhaps __methcall should trump the contents of the table
> after all? *stares at lvm.c for a moment*

My patch did on the basis that a table with methods probably wants to use
those methods rather than methods in the table, but that's also the sort of
decision that makes inheritance models harder to explain.

I'm still mostly using Lua 5.0.1 though I think I have an implementation for
Lua 5.1 in my sandbox and as I recall, it did take a bit more thought for
5.1.

Mark