Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a2495fb672e2bee3c37ffa5ee8dd2c379d03cbff
https://github.com/WebKit/WebKit/commit/a2495fb672e2bee3c37ffa5ee8dd2c379d03cbff
Author: Cole Carley <[email protected]>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WTF/wtf/CMakeLists.txt
A Source/WTF/wtf/FormattedLogging.h
M Source/WTF/wtf/module.modulemap
M Tools/TestWebKitAPI/CMakeLists.txt
M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
A Tools/TestWebKitAPI/Tests/WTF/FormattedLogging.cpp
M WebKit.xcworkspace/contents.xcworkspacedata
Log Message:
-----------
Reland 312858@main
https://bugs.webkit.org/show_bug.cgi?id=317150
rdar://179747309
Reviewed by Zak Ridouh.
ome of the bots used to run Debian 12, which only had GCC 12.
312858@main needs at least GCC 13, which has support for C++23.
We no longer have to support Debian 12 as of June 1, 2026.
The bots have been updated, so I am relanding.
Test: Tools/TestWebKitAPI/Tests/WTF/FormattedLogging.cpp
* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/CMakeLists.txt:
* Source/WTF/wtf/FormattedLogging.h: Added.
(WTF::requires):
(std::formatter<T>::format const):
(WTF::logAlways):
(WTF::logAlwaysAndCrash):
(WTF::logToChannel):
(WTF::logVerbose):
(WTF::logWithLevel):
* Source/WTF/wtf/module.modulemap:
* Tools/TestWebKitAPI/CMakeLists.txt:
* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* Tools/TestWebKitAPI/Tests/WTF/FormattedLogging.cpp: Added.
(TestWebKitAPI::operator<<):
(TestWebKitAPI::TEST(WTF_FormattedLogging, BasicTypes)):
(TestWebKitAPI::TEST(WTF_FormattedLogging, CustomStreamableType)):
(TestWebKitAPI::TEST(WTF_FormattedLogging, CustomStreamableInFormatString)):
(TestWebKitAPI::TEST(WTF_FormattedLogging, MultipleCustomStreamableArgs)):
(TestWebKitAPI::TEST(WTF_FormattedLogging, MixedArgs)):
(TestWebKitAPI::TEST(WTF_FormattedLogging, URLType)):
(TestWebKitAPI::TEST(WTF_FormattedLogging, URLInFormatString)):
* WebKit.xcworkspace/contents.xcworkspacedata:
Canonical link: https://commits.webkit.org/315305@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications