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
Right now we're using Std.parseInt for parsing integers, but that function is too permissive, because Std.parseInt("5.2") will produce 5 and that's not what we want.
The text was updated successfully, but these errors were encountered:
Right now we're using
Std.parseInt
for parsing integers, but that function is too permissive, becauseStd.parseInt("5.2")
will produce5
and that's not what we want.The text was updated successfully, but these errors were encountered: