WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
200756
Rename StringBuilder::flexibleAppend(...) to StringBuilder::append(...)
https://bugs.webkit.org/show_bug.cgi?id=200756
Summary
Rename StringBuilder::flexibleAppend(...) to StringBuilder::append(...)
Sam Weinig
Reported
2019-08-14 20:46:50 PDT
Rename StringBuilder::flexibleAppend(...) to StringBuilder::append(...)
Attachments
Patch
(74.44 KB, patch)
2019-08-14 20:52 PDT
,
Sam Weinig
no flags
Details
Formatted Diff
Diff
Patch
(75.94 KB, patch)
2019-08-16 20:07 PDT
,
Sam Weinig
no flags
Details
Formatted Diff
Diff
Patch
(79.99 KB, patch)
2019-08-16 20:17 PDT
,
Sam Weinig
no flags
Details
Formatted Diff
Diff
Patch
(80.68 KB, patch)
2019-08-17 07:44 PDT
,
Sam Weinig
no flags
Details
Formatted Diff
Diff
Patch
(83.01 KB, patch)
2019-08-17 08:04 PDT
,
Sam Weinig
no flags
Details
Formatted Diff
Diff
Show Obsolete
(4)
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2019-08-14 20:52:32 PDT
Comment hidden (obsolete)
Created
attachment 376349
[details]
Patch
EWS Watchlist
Comment 2
2019-08-14 23:04:11 PDT
Comment hidden (obsolete)
Comment on
attachment 376349
[details]
Patch
Attachment 376349
[details]
did not pass jsc-ews (mac): Output:
https://webkit-queues.webkit.org/results/12915434
New failing tests: mozilla-tests.yaml/js1_5/Array/regress-101964.js.mozilla-dfg-eager-no-cjit-validate-phases
Sam Weinig
Comment 3
2019-08-16 20:07:42 PDT
Comment hidden (obsolete)
Created
attachment 376584
[details]
Patch
Sam Weinig
Comment 4
2019-08-16 20:17:36 PDT
Comment hidden (obsolete)
Created
attachment 376585
[details]
Patch
Sam Weinig
Comment 5
2019-08-17 07:44:34 PDT
Comment hidden (obsolete)
Created
attachment 376608
[details]
Patch
Sam Weinig
Comment 6
2019-08-17 08:04:27 PDT
Created
attachment 376609
[details]
Patch
Darin Adler
Comment 7
2019-08-17 11:19:14 PDT
Comment on
attachment 376609
[details]
Patch A next cleanup step would be to remove other overloads of StringBuilder::append that are redundant because append(...) does the same thing (even with one argument).
Darin Adler
Comment 8
2019-08-17 11:46:23 PDT
And then another is to change most appendNumber callers to just call append, since it does there right thing. And remove most appendNumber overloads. Then consider removing appendFixedPrecisionNumber and appendFixedWidthNumber and use FormattedNumber instead.
WebKit Commit Bot
Comment 9
2019-08-17 11:49:44 PDT
Comment on
attachment 376609
[details]
Patch Clearing flags on attachment: 376609 Committed
r248822
: <
https://trac.webkit.org/changeset/248822
>
WebKit Commit Bot
Comment 10
2019-08-17 11:49:45 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 11
2019-08-17 11:50:21 PDT
<
rdar://problem/54430185
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug