- 02 Jul, 2018 3 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: ParsingResults now have an explicit field for the error message of failed parsing tasks
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: further rework of the CalculationParsingEngine tests to make them more flexible
-
Ihrig, Arvid Conrad (ari) authored
-
- 29 Jun, 2018 2 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: merged parsing task/result messages into a single file to merge the start/end signals -parsing and result signals now use the same start/end signal case classes to get rid of duplicate code and unnecessary transformations
-
- 28 Jun, 2018 5 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: FileParsingTaskEndTree emitted by TreeParserFlow now includes the number of generated parsing tasks -improved error messages given by findFirstMatchingStreamElement
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: element search assertion now takes matchers that work on a subset of the element stream only -elements with non-compliant classes are automatically considered matching failures -simplifies property matcher structure
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: ArchiveUnpackingFlow now unpacks archives and adds extracted paths to parsing requests -generalized some matchers -FileParsingTask now takes an optional argument for the extracted file path
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
- 27 Jun, 2018 1 commit
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: started to make tests more flexible by using builders and matchers instead of direct case class creation and comparison
-