Adds a new reporter to the parse command to report only the issues (Errors and Warnings) found in a build log. Passing xclogparser parse --project MyProject --reporter issues will use that new reporter.
Fixes an issue parsing Xcode 11.4 logs. Errors from the Clang compiler were not being reported because the type reported in the Log changed from ARC Semantic Issue to Semantic Issue
Adds a new reporter to the
parse
command to report only the issues (Errors and Warnings) found in a build log. Passingxclogparser parse --project MyProject --reporter issues
will use that new reporter.Fixes an issue parsing Xcode 11.4 logs. Errors from the Clang compiler were not being reported because the type reported in the Log changed from ARC Semantic Issue to Semantic Issue
cc @BalestraPatrick @polac24