oscope-dev / scope

Scoping user machines
https://oscope-dev.github.io/scope/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Fix dependency resolution ordering issue #97

Closed noizwaves closed 7 months ago

noizwaves commented 7 months ago

This PR fixes an ordering issue affecting config graphs with multiple paths and dependencies. Previously, the shortest paths would be run first, breaking the dependency requirements of the longer paths.