Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support lua 5.3 integer representation #22

Closed
wants to merge 5 commits into from
Closed

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