dart-lang / yaml

A Dart YAML parser.
https://pub.dev/packages/yaml
MIT License
169 stars 58 forks source link

Add support for merge keys #158

Open farcaller opened 6 months ago

farcaller commented 6 months ago

Adds support for merge keys and fixes https://github.com/dart-lang/yaml/issues/121.

(this is a copy of the closed #129)

farcaller commented 6 months ago

@mosuem PTAL? The CLA bot says that I have the signature on file since #129 was created.

mosuem commented 5 months ago

Could you add a changelog entry and some tests for this new feature?

jonasfj commented 3 months ago

I propose that this feature should not be implemented in package:yaml, see https://github.com/dart-lang/yaml/issues/121#issuecomment-2154574354