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 documentation for match_key in YAML configurations says:
match_key - string tag that triggered a match to include the feature in this layer
It is not clear to me which tag is selected when include_when is a complex boolean expression, involving nested __all__, __any__, and __not__.
Perhaps the documentation should say:
match_key - string tag that triggered a match to include the feature in this layer. In complex boolean expression this would be the first tag in reading order of the expression, that matches the element, ignoring all __not__ sub-expressions.
The text was updated successfully, but these errors were encountered:
The documentation for
match_key
in YAML configurations says:It is not clear to me which tag is selected when
include_when
is a complex boolean expression, involving nested__all__
,__any__
, and__not__
.Perhaps the documentation should say:
The text was updated successfully, but these errors were encountered: