You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BuildPlan] Switch build plan construction to use graph traversal (#7854)
### Motivation:
This way we can compute destinations as we go instead of relying on
`buildTriple` computed during graph construction.
### Modifications:
- Adds a new static method on `BuildPlan` to traverse modules graph and
compute destinations for each product and module.
- Switches `BuildPlan.init` from using `allProducts` and `allModules`
flat lists over the new incremental destination computation.
### Result:
Removes one of the last places were `buildTriple` is required.
0 commit comments