-
Notifications
You must be signed in to change notification settings - Fork 103
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
[php, python] big int issue #42
Comments
It comes from there https://github.com/HaxeFoundation/hscript/blob/master/hscript/Parser.hx#L980-L989, any idea how to fix this @Simn ? |
Does it work if the Haxe 2 version with Int32 is used? |
I'm not sure, we didn't unit test it on PHP/Python at this time I think |
Just tested, it parses the correct value when using Int32, but with |
Maybe doing & 0xFFFFFFFF on these platforms would work ? |
the following test in Test.hx failed when targeting php and python:
The same error is returned by php and python:
The text was updated successfully, but these errors were encountered: