Dictionary Merge aborts with lists #254
Replies: 2 comments 2 replies
-
But the question still stands: are |
Beta Was this translation helpful? Give feedback.
-
Looking at the spec which says that earlier nodes prevail (ie "each of its key/value pairs is inserted into the current mapping, unless the key already exists in it"), the Still, even in that case it seems that there is a problem in ryml. |
Beta Was this translation helpful? Give feedback.
-
I came across this while testing dictionary merge (<<:) with python
Running this results in
/tmp/pip-req-build-_e_q4qdk/src/c4/yml/tree.cpp:969:check_failed: (has_sibling(node, after) && has_sibling(after, node))
Removing the
L:
from the second (B:
) entry fixes the problem. I am not sure if this is an issue or not.Beta Was this translation helpful? Give feedback.
All reactions