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

Duplicate Node Paths in Save File #35

Open
ImLucasBrown opened this issue Dec 10, 2020 · 0 comments
Open

Duplicate Node Paths in Save File #35

ImLucasBrown opened this issue Dec 10, 2020 · 0 comments
Labels
known limitation This will not be worked on

Comments

@ImLucasBrown
Copy link
Member

Due to existing save format for nodes,

{"/node/path": {"attrs": {"attr1: {"value": "hello"}}}}

If there are multiple keys in the nodes dictionary that have the same path, during json load, only one is brought in.
In the current architecture, it should be impossible for the editor to produce these malformed save files, they can only appear due to hand editing or a bad git merge.

@ImLucasBrown ImLucasBrown added the known limitation This will not be worked on label Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known limitation This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant