yamlbeans icon indicating copy to clipboard operation
yamlbeans copied to clipboard

YamlBeans does not properly handle explicit local tags

Open Atry opened this issue 6 years ago • 1 comments

According to the Primary Handle section in YAML specification 1.2, !mypackage.MyClass is by default the shorthand of !<!mypackage.MyClass>. Unfortunately, YamlBeans does not parse !<!mypackage.MyClass>, which can be produced by other YAML libraries like js-yaml.

Atry avatar Nov 08 '18 06:11 Atry

I'm afraid I probably won't have time to dig around in the parser any time soon. A PR to fix this would be appreciated!

NathanSweet avatar Nov 08 '18 15:11 NathanSweet