Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3f5f3496016f404182f030871d84d572846958ff
https://github.com/WebKit/WebKit/commit/3f5f3496016f404182f030871d84d572846958ff
Author: Zak Ridouh <[email protected]>
Date: 2025-12-18 (Thu, 18 Dec 2025)
Changed paths:
M Tools/Scripts/filter-build-webkit
Log Message:
-----------
[filter-build-webkit] Improve filtering of swift build output
https://bugs.webkit.org/show_bug.cgi?id=304450
rdar://166828695
Reviewed by Simon Fraser.
The issue currently with our regex in `filter-build-webkit` is the output
is something along the lines of `SwiftCompile normal arm64
/path/to/Filename.swift`,
and our regex ends up capturing the `normal` part of the output.
Fix this by adding a regex to properly parse Swift file names and output them
properly.
Now instead of `WebGPU SwiftCompile normal`, it shows `WebGPU SwiftCompile
Buffer.swift`.
* Tools/Scripts/filter-build-webkit:
(main):
Canonical link: https://commits.webkit.org/304718@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications