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
duplicate of #165
Especially see my comment #165 (comment)
So fixing it is not that trivial, but PRs that keep existing merge key behaviour are welcome.
The YAML spec disables duplicate keys. When there exist duplicate keys, pyyaml doesn't catch it as an error but simply override.
For reference: https://stackoverflow.com/questions/53920358/pyyaml-loading-yaml-1-1-with-duplicate-keys
It should check keys uniqueness with similar logic to the code below in
constructor.py
The text was updated successfully, but these errors were encountered: