-
Notifications
You must be signed in to change notification settings - Fork 21
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
Stream methods implementation #117
base: master
Are you sure you want to change the base?
Stream methods implementation #117
Conversation
…created test for these methods Signed-off-by: Anton Pinsky <[email protected]>
Signed-off-by: Anton Pinsky <[email protected]>
…corrections afterward Signed-off-by: Anton Pinsky <[email protected]>
…P Parser in it & JsonParserImpl; higher code coverage Signed-off-by: Anton Pinsky <[email protected]>
Signed-off-by: Anton Pinsky <[email protected]>
Anybody would like to take a look on this, to review and merge at the end? |
done through #124 |
reverted the change in #126 because b7a2278 breaks testGetValueStream test in TCK |
I'll take a look. Just have to upmegre the changes from main. How could I run the TCK tests locally? And with changes from the branch? I have to take a look at the tests to understand this. Can I see the error messages from the failed test run somewhere? |
TCK is available here, unzip it, edit |
I've implemented the stream and skip methods for Yasson. See this and this. Then I saw that these things are also missing in some parser realizations of Parsson. So I just port this here, because my implementation is based on the JParser interface itself.
StreamCreator is here only because of Java 8 compatibility.
Another off-topic question: I have many PR for Yasson, and they are unreviewed. Is there anybody else who can review them? Or any other way to get them closer to be merged. Theses are the bugs and missing functions.