Bug 267410
| Summary: | [build.webkit.org] Use python 3 f-strings | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aakash_jain, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=237053 | ||
Aakash Jain
build.webkit.org code is python 3 only. If run on python 2, it print an error asking to use Python 3 and exits immediately. So, we can use some of the nice features which are Python 3 only, f-string being one of them.
We should convert strings in build.webkit.org code to f-strings.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Aakash Jain
Pull request: https://github.com/WebKit/WebKit/pull/22661
EWS
Committed 272914@main (67ebfd0ad8d6): <https://commits.webkit.org/272914@main>
Reviewed commits have been landed. Closing PR #22661 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/120848771>
Aakash Jain
Re-opening for pull request https://github.com/WebKit/WebKit/pull/22906
EWS
Committed 273175@main (0a18be4d9678): <https://commits.webkit.org/273175@main>
Reviewed commits have been landed. Closing PR #22906 and removing active labels.