Closed
Bug 1885908
Opened 1 year ago
Closed 1 year ago
Use f-string instead of string.Template in webidl code generation script
Categories
(Core :: DOM: Bindings (WebIDL), task)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
Details
Attachments
(1 obsolete file)
No description provided.
| Assignee | ||
Comment 1•1 year ago
|
||
f-string are significantly faster than string.Template, and none of the
specificities of string.Template are used.
Depends on D204922
Updated•1 year ago
|
Component: General → DOM: Bindings (WebIDL)
Product: Firefox Build System → Core
Updated•1 year ago
|
Attachment #9391770 -
Attachment is obsolete: true
| Assignee | ||
Comment 2•1 year ago
|
||
As 1885907 got flagged as wontfix, its dependencies inherit this status :-)
| Assignee | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•