Closed
Bug 1050922
Opened 11 years ago
Closed 11 years ago
Add an update method to FlagsFactory.Flags
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla34
People
(Reporter: ted, Assigned: ted)
References
Details
Attachments
(1 file)
|
2.29 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
I'm using FlagsFactory for the GENERATED_FILES work in bug 883954. It gets pretty verbose. This patch adds an update method to FlagsFactory.Flags which works like the one on dict objects, so you can say:
GENERATED_FILES['foo'].update(script=..., inputs=[...])
| Assignee | ||
Comment 3•11 years ago
|
||
...now that bzexport is playing nice.
Attachment #8471005 -
Flags: review?(gps)
Updated•11 years ago
|
Attachment #8471005 -
Flags: review?(gps) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•