Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
achilleas-k opened this issue Aug 5, 2017 · 0 comments

Comments

@achilleas-k
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant