lua-users home
lua-l archive

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


> 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