lua-users home
lua-l archive

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


Hey guys!  I'm iggyvolz, and I'm loving Lua so far... but I've found a couple inconsistancies with how the website is handled.

Firstly, the lua test suites (http://www.lua.org/tests/5.2/) only list 5.2.0, 5.2.1, and 5.2.2.  Nothing for 5.2.3.  I have no idea if these are automatically generated or done by hand, but 5.2.3 has been out for a while so they should be up.  I also tried using the same syntax in the URL as the other testing suites, but I get a 404.

Running the 5.2.2 test suite on my OS X Mavericks with 5.2.3 works perfectly.  Obviously, it fails on 5.3 (after disabling the failsafe checking).

I would really like to use this in my application to ensure that Lua is running correctly, and report any failures back to me along with the platform so I can get a head start on debugging.

Thanks,
iggyvolz