strconv: reject overflow before arithmetic
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
package strconv;
|
||||
|
||||
import math;
|
||||
import os;
|
||||
|
||||
// ref/hare/strconv/ftos_ryu.ha:33. (hi:lo) >> s, low 64 bits. Hare's
|
||||
// "TODO: use 128-bit integers" — ww has no u128; pure-u64 decomposition.
|
||||
|
||||
Reference in New Issue
Block a user