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

Investigate if SnakeYAML might expose "anchor-resolved" model to use #121

Open
cowtowncoder opened this issue Feb 14, 2019 · 1 comment
Open
Labels
3.x yaml Issue related to YAML format backend

Comments

@cowtowncoder
Copy link
Member

(note: follow up to #98)

Since SnakeYAML provides information on anchors, references, and since it can natively resolve these in some modes, it might be worth looking to see if such input could be used instead of current event stream approach. If so, we might want to either convert existing parser to use that mode, or, if there is significant additional overhead, offer a feature to do so.

Note that this is sort of alternative to #120.

@cowtowncoder cowtowncoder added yaml Issue related to YAML format backend 3.x labels Feb 14, 2019
@cowtowncoder
Copy link
Member Author

Note: one obvious concern is that of handling cycles. Not sure how those could actually be exposed, considering that streaming API should not produce infinite stream...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x yaml Issue related to YAML format backend
Projects
None yet
Development

No branches or pull requests

1 participant