Tags: yaml/go-yaml
Tags
Simplify simple key tracking Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
Minimal fix for 2 Makefile bugs 'make test' was not working from a clean state. 'make clean' was not removing the go-yaml CLI.
Change error message about decoding into Go map YAML allows sequences and mappings as a key for a mapping. Go does not support slices or maps as a map key; and the default decoder returns an error "yaml: invalid map key %#v". but i feel that this error message is misleading and may cause the user to think that it's an error in the document. i updated the error message to be indicate this situation and ask the user to try `yaml.Node`
Fix errors from alias/anchor with non alnum name closes #44
PreviousNext