Bug 267410

Summary: [build.webkit.org] Use python 3 f-strings
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: 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
Reported 2024-01-11 07:35:47 PST
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
Aakash Jain
Comment 1 2024-01-11 07:47:46 PST
EWS
Comment 2 2024-01-11 09:05:16 PST
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
Comment 3 2024-01-11 09:06:16 PST
Aakash Jain
Comment 4 2024-01-18 04:10:47 PST
EWS
Comment 5 2024-01-18 04:15:21 PST
Committed 273175@main (0a18be4d9678): <https://commits.webkit.org/273175@main> Reviewed commits have been landed. Closing PR #22906 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.