Support tag:yaml.org,2002:merge
for parsing !!merge <<: &foo
#579
Labels
enhancement
New feature or request
tag:yaml.org,2002:merge
for parsing !!merge <<: &foo
#579
Is your feature request related to a problem? Please describe.
In short, please add support for
tag:yaml.org,2002:merge
for parsing!!merge <<: &foo
.Parsing the following yaml
results in a warning
While
works fine.
Describe the solution you'd like
Parsing works without warning.
Describe alternatives you've considered
My workaround is currently adding the following custom tag:
which basically ignores the tag (if I am not mistaken).
Additional context
The problem came up, since
yq
is creating these tags automatically, when patching a yaml with a merge.Here is an example
which results in
note the inserted
!!merge
.The text was updated successfully, but these errors were encountered: