qri-io / starlib

qri's standard library for starlark
MIT License
113 stars 29 forks source link

encoding/yaml: Add support for multi-document serialization #177

Open alloveras opened 9 months ago

alloveras commented 9 months ago

Intent

To add support for multi-document serialization to the encoding/yaml module.

Problem

The current implementation of the YAML module does not allow the generation of a multi-document YAML stream.

Solution

To re-work the yaml.Dumps implementation to support the feature while ensuring backward compatibility.