You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New theory: the way edge creation from globs works is on each field creation, edge globs are lazily evaluated for each existing field. The moment container_2.b gets declared, the glob looks at it, sees that an edge matches both src and dst, and applies the glob. An edge is created in that very scope with the glob.
It should not do that. It should go to the parent scope and apply it.
This shouldn't have created new nodes
The text was updated successfully, but these errors were encountered: