Skip to content
  • Matthew Pickering's avatar
    Finder: Look in current unit before looking in any home package dependencies · ada29f5c
    Matthew Pickering authored and Marge Bot's avatar Marge Bot committed
    In order to preserve existing behaviour it's important to look within the current component before consideirng a module might come from an external component.
    
    This already happened by accident in `downsweep`, (because roots are used to repopulated the cache) but in the `Finder` the logic was the wrong way around.
    
    Fixes #22680
    
    -------------------------
    Metric Decrease:
        MultiComponentModules
        MultiComponentModulesRecomp
    -------------------------p
    ada29f5c