XCLogParser icon indicating copy to clipboard operation
XCLogParser copied to clipboard

Fix C++ warnings incorrectly classified as errors

Open lapfelix opened this issue 6 months ago • 1 comments

C++ warnings with severity 1 were being classified as errors based solely on categoryIdent (e.g. "Parse Issue"), ignoring the severity field. Now uses severity to distinguish warnings (severity 1) from errors (severity 2+) for all ambiguous categories.

Added a test to cover this case.

To cover these warnings (which Xcode considered warnings in my build): Screenshot 2025-06-07 at 9 09 37 PM

lapfelix avatar Jun 08 '25 01:06 lapfelix

Oh woops I forgot I had this PR open and kept committing more fixes I needed to my master branch

lapfelix avatar Jun 25 '25 15:06 lapfelix

@lapfelix I'm ready to merge this in, but the checks are failing. Would you see a moment to check and solve accordingly? 🙏

AvdLee avatar Sep 11 '25 09:09 AvdLee