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

Allow incremental processing of documents #69

Open
kpodsiad opened this issue Sep 9, 2021 · 0 comments
Open

Allow incremental processing of documents #69

kpodsiad opened this issue Sep 9, 2021 · 0 comments
Labels
feature New feature or request
Milestone

Comments

@kpodsiad
Copy link
Contributor

kpodsiad commented Sep 9, 2021

According to the spec YAML was designed to support incremental interfaces that include both input (“getNextEvent()”) and output (“sendNextEvent()”) one-pass interfaces.

However, the current implementation allows only batched processing of whole documents. This change would be also very handy when working with the official test suite because it has negative tests, for instance this one. Those test cases contain a list of expected events before an error occurrence.

@kpodsiad kpodsiad added the feature New feature or request label Sep 9, 2021
@kpodsiad kpodsiad added this to the M3 milestone Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant