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 semantics are trickier than it seems. We should detect whether the parent mapping is used as a namespace and if yes track every key inside. E.g. the root level is always a namespace but may contain a dict where we use the literal value.
However the identity comparison should be by input key rather than by nsspec.
This probably requires a much needed rewrite of the resolve_key machinery.
The text was updated successfully, but these errors were encountered:
The semantics are trickier than it seems. We should detect whether the parent mapping is used as a namespace and if yes track every key inside. E.g. the root level is always a namespace but may contain a dict where we use the literal value.
However the identity comparison should be by input key rather than by nsspec.
This probably requires a much needed rewrite of the
resolve_key
machinery.The text was updated successfully, but these errors were encountered: