Skip to content

Is switching ryu -> zmij for float formatting considered a breaking change? #1309

@ysaito1001

Description

@ysaito1001

The aws-smithy-json crate has a Number type that internally uses ryu for formatting. Since serde_json 1.0.147, our property tests have been failing due to formatting differences between ryu and zmij (related issue).

We could update Number to use zmij internally for formatting to match what serde_json did, but that would change the formatted string output for that type. Just curious to know whether switching ryuzmij for float formatting was considered a breaking change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions