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

Intermittent NodeBox Bug #411

Closed
stebanos opened this issue Jan 20, 2016 · 0 comments
Closed

Intermittent NodeBox Bug #411

stebanos opened this issue Jan 20, 2016 · 0 comments

Comments

@stebanos
Copy link
Member

Nodes that share the same name only can because they are in separate (sub)networks. However, in NodeContext a table is kept in which all nodes across all (sub)networks are stored causing some of them being overridden each time another node with the same name is encountered. A solution would be to store in this table, instead of the nodes themselves, the path of those nodes relative to the root network. This way all node lookups (and result lookups) will be unique.

This issue references http://support.nodebox.net/discussions/nodebox-2-3/5415-intermittent-nodebox-bug

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