HaxeFoundation / HaxeFoundation/hscript
[php, python] big int issue
Open
- Dominant language
- Haxe
- Stars
- 309
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
the following test in Test.hx failed when targeting php and python:
``` haxe
assertScript("0xBFFFFFFF", 0xBFFFFFFF);
```
The same error is returned by php and python:
```
ERR: Test.hx:16(Test.assertScript) - expected '-1073741825' but was '3221225471'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.