Closed
Bug 1435690
Opened 8 years ago
Closed 8 years ago
Use generator to get the dependency tree
Categories
(Conduit :: General, enhancement)
Conduit
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zalun, Assigned: zalun)
References
()
Details
Attachments
(1 file)
# Overview
`reviewers.py` walks through the dependency tree to provide the parent revisions for the client. During landing process we're doing the same to see if there is any open parent. Instead of repeating the process it would be better to have a function which would walk the dependency tree and yield the parent revisions.
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Comment on attachment 8948348 [details]
lando: use generator to get the dependency tree
Māris Fogels [:mars] has approved the revision.
https://phabricator.services.mozilla.com/D545
Attachment #8948348 -
Flags: review+
| Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•