lua-users home
lua-l archive

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


Hrm, well, I've found a bug in my own patch, so, maybe porting Ian's code to 5.2 would be a better option.

It's possible to create situations where my register kludge fails, for example:

local t={a="b"}
local r={a={b=2}}

r.a[t.a]+=2

-Sven

On Fri, Sep 7, 2012 at 12:51 PM, Matthew Wild <mwild1@gmail.com> wrote:
On 7 September 2012 20:14, Jeff Smith <spammealot1@live.co.uk> wrote:
> Hi
>
> I found the link eventually, I think this is it
>
> https://github.com/idmillington/lua/tree/mutation-operators

Yep, original post: http://lua-users.org/lists/lua-l/2011-06/msg01223.html

I'm curious about how it disappeared from PowerPatches...

Regards,
Matthew