lua-users home
lua-l archive

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


Roberto Ierusalimschy wrote:
>> No errors, warnings, is just close to ansi c source plus some scripts.
>> Lua in general has been totally stable, only problems are lfs which
>> fails one test for unknown reason but is irrelevant for what I am doing
>> and lpeg which has never worked. Noticed v0.9 now exists so I am having
>> another go.
>>
>> Whatever is going on is some definite normal exit from Lua. Turning on
>> debug in lpeg match() is no help in this instance. After 16G of output I
>> gave up.
>> There again maybe it should have terminated and that is the problem.
> 
> Have you turned on assertions?
> 
> -- Roberto
> 

No because this is the first I have heard of it. :-)

Time to do a web trawl.