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
When parsing a negative number into a signed stint smaller than the word size, we must left-extend the sign or the general stint representation becomes inconsistent.
The given example works only because cast is used which hides the bug, which otherwise can be observed like this:
nim-stint/tests/test_io.nim
Line 803 in 711cda4
When parsing a negative number into a signed stint smaller than the word size, we must left-extend the sign or the general stint representation becomes inconsistent.
The given example works only because
cast
is used which hides the bug, which otherwise can be observed like this:The text was updated successfully, but these errors were encountered: