skadi-cloud/gist

Prevent node id conflicts

Open

#9 opened on Sep 20, 2021

 (0 comments) (0 reactions) (0 assignees)Kotlin (1 fork)auto 404
buggood first issuehelp wantedide

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

There is a chance that by reusing the node id from the original node we create an id conflict when importing the nodes into a new model.

See ide-plugin Gist.kt toSNodes comment for more details.

This even more likely to happen when the same gist is imported twice into the same model.

Contributor guide