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
Int64.of_string
With the same input, jsoo's Int64.of_string fails while ocaml's succeeds.
code example:
let () = Printf.printf "%Ld" (Int64.of_string "0u17965325103354776697")
check out https://github.com/bzy-debug/jsoo-int64-bug
jsoo prints the same value as ocaml
ocaml 5.2.0 js_of_ocaml 5.8.2
The text was updated successfully, but these errors were encountered:
Thanks, fix in #1666
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
With the same input, jsoo's
Int64.of_string
fails while ocaml's succeeds.code example:
How to reproduce
check out https://github.com/bzy-debug/jsoo-int64-bug
Expected behavior
jsoo prints the same value as ocaml
version
The text was updated successfully, but these errors were encountered: