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
JSONDecoder: Check that a parsed float does not return infinity.
- The behaviour of the floating point string parsing for Float and
Double was changed to return +/-infinity instead of nil on overflow.
(swiftlang/swift#34339)
- Add an isFinite check to ensure that the result of a floating point
conversion still fits in the type, matching current behaviour.
0 commit comments