Closed
Bug 1050922
Opened 9 years ago
Closed 9 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•9 years ago
|
||
...now that bzexport is playing nice.
Attachment #8471005 -
Flags: review?(gps)
Updated•9 years ago
|
Attachment #8471005 -
Flags: review?(gps) → review+
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8f853af55982
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8f853af55982
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•