silentbicycle / lunatest

xUnit-style + randomized unit testing framework for Lua (and C projects using Lua, etc.)
84 stars 23 forks source link

Lua 5.2 compatibility #12

Closed jdesgats closed 10 years ago

jdesgats commented 11 years ago

There is some patches to fix compatibility for Lua 5.1 & 5.2. Not fully tested but seems to work well with my test cases under 5.1.5, 5.2.1, JIT 2.0.0 (with and without 5.2 compat).

silentbicycle commented 11 years ago

This looks good. I want to double-check the standard behavior of getfenv in 5.1.x and 5.2 before merging, but I should get to it in a few days. Thanks!

silentbicycle commented 10 years ago

Closed by 11f1ec568ca0.