Skip to content

Conversation

@cloudwu
Copy link

@cloudwu cloudwu commented Mar 5, 2015

lua-cjson would decode the integer to a float number in lua 5.3.
This patch use lua_pushinteger when the number is an integer.

It's also compatible with lua 5.1/5.2, because lua_pushinteger is not a new api.

@cloudwu
Copy link
Author

cloudwu commented Aug 10, 2018

mpx has already support lua 5.3 (integer) .

@cloudwu cloudwu closed this Aug 10, 2018
@cloudwu
Copy link
Author

cloudwu commented Aug 10, 2018

Integer representation haven't support yet :(

@cloudwu
Copy link
Author

cloudwu commented Aug 10, 2018

Move to #59

@cloudwu cloudwu closed this Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants