Skip to content

UUID serialization incorrect #35

@solussd

Description

@solussd

arg->str protocol method for ArgumentFormatter serializes a UUID as a string, not a string of a string.

e.g., expect #uuid"baf4cce4-da42-4dc2-aea6-ab1e8d63196c" to serialize as "\"baf4cce4-da42-4dc2-aea6-ab1e8d63196c\"", instead get "baf4cce4-da42-4dc2-aea6-ab1e8d63196c".

ArgumentFormatter needs to be extended to UUID.

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