• Bryan C. Mills's avatar
    cmd/go/internal/modload: fix boundary conditions in matchPackages · 14b5b4a2
    Bryan C. Mills authored
    This makes the boundary logic of matchPackages consistent with
    modload.dirInModule.
    
    Previously, matchPackages always stopped at go.mod file, even within
    the vendor tree. However, we do not guarantee that the vendor tree is
    free of such files in general.
    
    matchPackages also issued needless stat operations for modules in the
    module cach, which we already know to be free of nested modules. On
    systems with slow filesystems (such as macOS), those extra calls could
    potentially slow package matching considerably.
    
    Change-Id: I71979ab752e1d3971b370b37085d30502690413b
    Reviewed-on: https://go-review.googlesource.com/c/go/+/172985
    Run-TryBot: Bryan C. Mills <bcmills@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: default avatarJay Conrod <jayconrod@google.com>
    14b5b4a2
search.go 3.52 KB