[Webkit-unassigned] [Bug 199452] New: WebKit has too many ways to stringily things
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 3 09:59:39 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199452
Bug ID: 199452
Summary: WebKit has too many ways to stringily things
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: darin at apple.com
WebKit has too many different ways to stringify things. Here are the ones I have found so far:
std::ostream
WTF::makeString (part of WTFâs StringConcatenate)
WTF::ValueToStringâ¨
WTF::LogArgument (part of WTF::Logger)
WTF::PrintStream dump functions
WTF::TextStream
I plan to remove WTF::ValueToString first, changing the only client (POD trees) to use TextStream instead. I would welcome other ideas for how to get rid of this redundancy.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190703/9526780b/attachment.html>
More information about the webkit-unassigned
mailing list