dsanders11

#51651: ci: fix capturing fatal errors in clang problem matcher

Merged
Created: May 15, 2026, 3:04:53 PM
Merged: May 19, 2026, 4:08:40 PM
5 comments
Target: main

Description of Change

Follow-up to #50984. That approach was incomplete because the value captured by the 4th capture group is what GitHub uses as the annotation level, and "fatal error" was being captured and not recognized by GitHub. So swap things around a bit so that only "error" is captured as the level.

Checklist

Release Notes

Notes: none

Backports

40-x-y
Merged
PR Number
#51712
Merged At
May 19, 2026, 9:13:18 PM
Released In
Not yet
Release Date
Not yet
41-x-y
Merged
PR Number
#51713
Merged At
May 20, 2026, 8:47:17 AM
Released In
Not yet
Release Date
Not yet
42-x-y
Merged
PR Number
#51711
Merged At
May 19, 2026, 9:13:29 PM
Released In
Not yet
Release Date
Not yet
43-x-y
Merged
PR Number
#51710
Merged At
May 19, 2026, 8:43:13 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron