lua-cjson
lua-cjson copied to clipboard
Lua>=5.2 compatibility (see mpx/#22)
@msva Thank you for the patch! I'll look into it shortly :)
@cloudwu Are you cool with merging into this fork?
@agentzh ok
@cloudwu Thanks.
should we extend travis-ci matrix to add other version of Lua ?
@chipitsine As long as we already support them :)
@agentzh Lua5.3 integer compatibility is quite neccesary. When could you merge this pr?
Note that I merged #49 which lets it build on all modern version of Lua, but integer support was not part of that change as I wanted to keep the changes minimal. The changes here will have to be rebased on top of that.
I also added a new test suite for all versions of Lua with #50 which should make it easier to get these changes in with confidence!