lua-users home
lua-l archive

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


On Mar 30, 2014, at 8:46 PM, Paige DePol <lual@serfnet.org> wrote:

> The compiler optimisation does not seem to remove the 'n == 0' check the same way it removed the 'n <= 0' check, which means with these two changes all unpack tests succeed, as do all other tests in the test suite, with the exception of the tests with issues I mentioned in my previous post.

Just wanted to add that all unpack tests succeed with all compiler optimisation levels! :)

~Paige