[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc4) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 4 Dec 2011 13:02:24 -0200
> With LUAI_MAXCCALLS 40 and LUAL_BUFFERSIZE 128 the tests run fine.
Thanks for the feedback.
> Please let me know, when the rev(rev(x)) is rewritten.
We will update the tests together with the next release candidate (rc5).
The change is only this (in test 'pm.lua'):
217c217
< local x = string.rep('012345', 10)
---
> local x = "abcdef"
-- Roberto