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
Since #75, msgpack5 throws an error when attempting to encode NaN. The error states that NaN is not encodable in msgpack!. This appears to be contrary to the spec, which states that "Float represents a IEEE 754 double precision floating point number including NaN and Infinity".
Of note: msgpack5 already correctly deserializes NaN.
The text was updated successfully, but these errors were encountered:
Since #75,
msgpack5
throws an error when attempting to encodeNaN
. The error states thatNaN is not encodable in msgpack!
. This appears to be contrary to the spec, which states that "Float represents a IEEE 754 double precision floating point number including NaN and Infinity".Of note:
msgpack5
already correctly deserializesNaN
.The text was updated successfully, but these errors were encountered: