Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update-engine] record more info about parent steps that reached a te…
…rminal state (#4417) Record information about any parent steps that reached a terminal state. We need this as part of the line display output to ensure correct ordering. Since we may make a bunch of copies of `CompletionInfo`, `FailureInfo` and `AbortInfo`, wrap them in an `Arc`.
- Loading branch information