Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversion of annotation keys to metadata properties can cause data loss #14

@achilleas-k

Description

@achilleas-k

Metadata property names in NIX are strings but neo annotations are Python dictionaries which can be keyed using any hashable type. If an object's annotations dictionary contains two keys that have the same string representation (e.g., int 5 and "5") then they will conflict and one will override the other.

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