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
Array of floats deserialize as integers on non-US systems. Fix this in variant to attribute and attribute to variant.
francois-normandin
changed the title
PlainText.INI Cluster and Array unit tests review after enforcing Dot decimal point
PlainText.INI Cluster and Array unit tests fail to deserialize floats after enforcing Dot decimal point
Jan 15, 2022
…rshalling floating points
[Feature #8] Decimal numbers now always serialize with at least one number after the dot. Ex "1" ==> "1.0"
[Fix#9] Fixed the serializer to pass all unit tests with cluster of array and array of mismatched types.
related to #7 , the Plaintext.INI serializer should be reviewed for consistency in handling arrays and clusters of complex type.
The text was updated successfully, but these errors were encountered: