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
The current design of HierarchicalRegistry is problematic in that it manages a list of generated couplers that must somehow be accessed from the OuterMeta layer.
I think it would be better if add_connection() were to return a vector of couplers directly.