We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Looks like this is an issue with tostring, probably this line:
tostring
https://github.com/SquidDev/Cobalt/blob/2cec621e10982ed98024952daa138ce13ad718d9/src/main/java/org/squiddev/cobalt/LuaDouble.java#L187
This is caused by a bug in teavm, where it uses floor/ceil, which won't handle non-finite numbers:
https://github.com/konsoletyper/teavm/blob/6de830d5bd44762f6d2a8a255dae82487563bde2/core/src/main/resources/org/teavm/backend/javascript/runtime.js#L822
Sorry, something went wrong.
Probably the same thing with NaN too.
NaN
No branches or pull requests
The text was updated successfully, but these errors were encountered: