Closed
Bug 1652095
Opened 5 years ago
Closed 5 years ago
don't repeatedly look up values when merging dicts
Categories
(Firefox Build System :: Task Configuration, enhancement)
Firefox Build System
Task Configuration
Tracking
(firefox80 fixed)
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
Details
Attachments
(1 file)
No description provided.
Comment 1•5 years ago
|
||
context?
![]() |
Assignee | |
Comment 2•5 years ago
|
||
We already have value = source[key]
thanks to iteration; we should be
using value
directly rather than re-doing source[key]
.
Updated•5 years ago
|
Component: General → Task Configuration
Product: Taskcluster → Firefox Build System
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/256f6c1f8f21
don't repeatedly look up values when merging dicts; r=tomprince
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•