Re: [ANN] LPeg 0.12.1 released
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] LPeg 0.12.1 released
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2015年2月27日 11:21:53 -0300
> That error happens on the 32767th call to `test_lpeg` here, so it's
> probably some overflow of a `short` variable ...
Yes, I got that far. What is strange is that it depends on the contents
of the set in Indent. lpeg.S"a\t" works, but lpeg.S" \t" does not...
(So, it does not seem to be just an overflow.)
-- Roberto