- Issue created by @ergonlogic
- Status changed to Needs review
about 1 year ago 8:55pm 17 March 2024 - 🇨🇦Canada ergonlogic Montréal, Québec 🇨🇦
Here's a patch that accomplished the sorting based on a 3rd-party library.
Sometimes enforced configs in one target module depend on those in another module. When we build our list of configs to enforce, we iterate over each target module in turn. Currently, these are processed in alphabetical order. Instead, we should enforce them based on any explicitly specified module dependencies.
Sort target modules topologically.
Needs review
1.0
Code
Here's a patch that accomplished the sorting based on a 3rd-party library.