Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve style around manipulation of AppendPath node
As coded, the logic in charge of computing parallel_workers based on the lookup of the paths would assign AppendPath before making sure that it is a node of the expected type. The code was not wrong, but that would encourage incorrect logic, like looking at the values inside the AppendPath before checking that it is of the correct type. Backpatch-through: 17
- Loading branch information