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

fix(encode_number): support up to 20 significant digits when encoding… #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dtfiedler
Copy link

@dtfiedler dtfiedler commented Nov 5, 2024

… decmials, return string value of integers

As mentioned in #42 (comment) - Lua 5.3+ supports 64 bit integers. This change modifies the string encoding of numbers to align with those changes.

Original PR: #42

… decmials, return string value of integers

As mentioned in rxi#42 (comment) - Lua 5.3+ supports 64 bit integers. This change modifies the string encoding of numbers to align with those changes.
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.

1 participant