feat: structured parsers and diagnostic messages - #75
Open
rcarriga wants to merge 7 commits into
Open
Conversation
rcarriga
force-pushed
the
feat/output-parser/structured-parsers
branch
3 times, most recently
from
October 24, 2021 09:51
1b7cbee to
3eada6b
Compare
rcarriga
force-pushed
the
feat/output-parser/structured-parsers
branch
2 times, most recently
from
October 25, 2021 16:26
6cbed56 to
24706c7
Compare
rcarriga
force-pushed
the
feat/output-parser/structured-parsers
branch
2 times, most recently
from
November 28, 2021 17:13
aaa337a to
efd96a0
Compare
BREAKING CHANGE: Process functions accept lists In preparation for suite testing, the process functions have changed to accept lists instead of single tests/results. This greatly improves the performance of the summary and diagnostics.
Allows ultest to determine the suitable stack trace to use such as for hypothesis, the second trace should be used.
rcarriga
force-pushed
the
feat/output-parser/structured-parsers
branch
from
December 4, 2021 16:06
efd96a0 to
f96880b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the requirements for #73 to show diagnsotic messages beside
the lines that cause an error. A parser will need to be implemented for
each runner.
Structured parsing is also required for issue #70 so ultest can parse
results of multiple files.