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
We've had the intrinsics for checked arithmetic for a rather long time,
we just haven't used it anywhere. This defines checked +, - and * the
same way that we define +, - and * and uses it in parseint to prevent
overflow when attempting to parse a too-large value.
See discussion: https://groups.google.com/forum/#!topic/julia-users/8BP1Mt1o_r0
Here's where the overflow detection needs to go:
julia/base/string.jl
Line 1472 in 704b852
The text was updated successfully, but these errors were encountered: