Skip to content

Support lua 5.3 integer representation#22

Closed
cloudwu wants to merge 5 commits into
mpx:masterfrom
cloudwu:master
Closed

Support lua 5.3 integer representation#22
cloudwu wants to merge 5 commits into
mpx:masterfrom
cloudwu:master

Conversation

@cloudwu

@cloudwu cloudwu commented Mar 5, 2015

Copy link
Copy Markdown

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

cloudwu commented Aug 10, 2018

Copy link
Copy Markdown
Author

mpx has already support lua 5.3 (integer) .

@cloudwu cloudwu closed this Aug 10, 2018
@cloudwu

cloudwu commented Aug 10, 2018

Copy link
Copy Markdown
Author

Integer representation haven't support yet :(

@cloudwu

cloudwu commented Aug 10, 2018

Copy link
Copy Markdown
Author

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