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
Right now there's two parsers and each of those has a writer. They end up producing incorrect YAML in some cases, such as putting extra commas in key: value blocks.
There's a reason why there should be two parsers for now, but there's no reason to have more than one writer, which should be conservative in what it emits. In 2.24 one of writers may be removed.
The text was updated successfully, but these errors were encountered:
Right now there's two parsers and each of those has a writer. They end up producing incorrect YAML in some cases, such as putting extra commas in key: value blocks.
There's a reason why there should be two parsers for now, but there's no reason to have more than one writer, which should be conservative in what it emits. In 2.24 one of writers may be removed.
The text was updated successfully, but these errors were encountered: