You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, hm. Then the test is wrong. It should test for something like 0x7fffffff, an int32 value that doesn't fot into int. (Maybe Int32.max_int?) Can you please fix it and send a PR?
Why
should overflow?
0xffffffffl = -1
on 32 bit systems - perfectly fits toint
The text was updated successfully, but these errors were encountered: