yamler icon indicating copy to clipboard operation
yamler copied to clipboard

Remove merge tags

Open superbobry opened this issue 13 years ago • 1 comments

Merge tags, seem to be missing from the latest YAML spec, are you sure you want them in the library?

superbobry avatar Jul 24 '12 23:07 superbobry

Merge tags along with other types are described here: http://yaml.org/type/

I use merge tags myself, and pyyaml supports a number of these extensions by default so I am inclined to follow in pyyaml's footsteps.

The one thing I don't like about merge tags is that I couldn't confine the implementation to the schema module; code leaked into yaml_compose.erl. Someday I want to take a closer look at pyyaml and see how it keeps things separated, and apply that to yamler if possible.

goertzenator avatar Jul 25 '12 03:07 goertzenator