Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YamlBeans does not properly handle explicit local tags #101

Open
Atry opened this issue Nov 8, 2018 · 1 comment
Open

YamlBeans does not properly handle explicit local tags #101

Atry opened this issue Nov 8, 2018 · 1 comment

Comments

@Atry
Copy link

Atry commented Nov 8, 2018

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 Atry changed the title YamlBeans does not handle explicitly local tags YamlBeans does not properly handle explicitly local tags Nov 8, 2018
@Atry Atry changed the title YamlBeans does not properly handle explicitly local tags YamlBeans does not properly handle explicit local tags Nov 8, 2018
@NathanSweet
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants