[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LPeg 0.12.1 released
- From: vadim yegor0v <zg@...>
- Date: Fri, 27 Feb 2015 16:15:21 +0200
On 27.02.2015 16:02, Philipp Janda wrote:
That error happens on the 32767th call to `test_lpeg` here, so it's
probably some overflow of a `short` variable ...
yes< it was mentoned in moonscript bugreport discussion. a I understand,
each call of "local CheckIndent = lpeg.Cmt(Indent, check_indent)" adds
to Indent ktable one element.