subscript(string:)
fails to lookup value if Node
has non default Resolver
#100
Labels
subscript(string:)
fails to lookup value if Node
has non default Resolver
#100
Since
tag
ofNode
is resolved byResolver
, IfResolver
is different,tag
will also be different.Yams uses not only values but also tags for checking equality of
Node
.Since current implementation of
subscript(string:)
createsNode
fromString
with defaultResolver
, if targetNode
has differentResolver
,subscript
will fail to lookup value.This behavior causes the issue #99
The text was updated successfully, but these errors were encountered: