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
I was examining the source code of msgpack and noticed that the float32 method in the decode_number.go file does not support decoding of double type values.
As you can see, the method currently only supports decoding of float and integer types. I was wondering if there are any plans to extend this functionality to include support for decoding double type values as well. This could be beneficial for users who need to decode double type values into float32.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
I was examining the source code of msgpack and noticed that the
float32
method in thedecode_number.go
file does not support decoding of double type values.Here is the code snippet:
As you can see, the method currently only supports decoding of float and integer types. I was wondering if there are any plans to extend this functionality to include support for decoding double type values as well. This could be beneficial for users who need to decode double type values into float32.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: