Sort reverse dependencies
AddReverseDependencies would add modules the target's dependency list in a non-deterministic order based on the order the modules were parsed. Redefine AddReverseDependencies to collect dependencies until the end of the mutator and then add them sorted by name.
Loading
Please register or sign in to comment