lua-users home
lua-l archive

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


> Mike Ferenduros wrote:
> > I'm having some stability problems with it though - is 
> there a newer 
> > version floating around?
> 
> (me too) - the SVN version doesn't seem to have been updated 
> in a month (not that regular lua releases are more frequent 

That's because no further issues (that have been reproducible) have been
reported in a month.  :)  The last check-ins actually fixed a bunch of __gc
and stack cleanup issues.  There may be more, of course, but until I have a
repro, it's hard to fix them... ;)

> :)).  Perhaps luarc has been deprecated in favour of similar 
> support in LuaPlus (which would be a bit of a shame).

Ref counting updates are always made to LuaRC first and then migrated to
LuaPlus.  So there aren't any worries there.

Josh