Merge lp://staging/~martin-hilton/juju-deployer/speed-up-inheritance into lp://staging/juju-deployer
Proposed by
Martin Hilton
Status: | Rejected |
---|---|
Rejected by: | Haw Loeung |
Proposed branch: | lp://staging/~martin-hilton/juju-deployer/speed-up-inheritance |
Merge into: | lp://staging/juju-deployer |
Diff against target: |
13 lines (+2/-1) 1 file modified
deployer/config.py (+2/-1) |
To merge this branch: | bzr merge lp://staging/~martin-hilton/juju-deployer/speed-up-inheritance |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tom Haddon (community) | Abstain | ||
Francesco Banconi (community) | Approve | ||
juju-deployers | Pending | ||
Review via email: mp+320160@code.staging.launchpad.net |
Commit message
Stop extending the parents list whilst iterating over it when resolving inheritance.
Description of the change
Speed up inheritance by not extending the parents list at the same time as iterating over it.
To post a comment you must log in.
Unmerged revisions
- 211. By Martin Hilton
-
Stop extending the parents list whilst iterating over it when resolving inheritance.
Looks good to me.