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
{{ message }}
This repository was archived by the owner on Sep 1, 2023. It is now read-only.
* Write a failing test for allowing negaive ints
* Update the IntSpec to use the same intish check as HH\Lib\Str\to_int.
* Document regression of nolonger allowing leading zeroes.
* Document the regression that ints that exceed uint64 will nolonger return 2^63-1
* Allow 007 to be cast to int(7)
* Write a failing test for a the string /0{2,}/
* The string with just zeroes previously cast to 0.
* Add big-number tests
* Declare that intspec does not convert hex
* Typo
0 commit comments