Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

internal/gps: fix case mismatch error with multiple dependers #1233

Merged
merged 1 commit into from
Oct 4, 2017

Commits on Oct 2, 2017

  1. internal/gps: fix case mismatch error with multiple dependers

    Previously, errors like the following could occur:
    
      v0.4.2: Could not introduce github.com/sirupsen/logrus due to a case-only variation: it depends on "github.com/Sirupsen/logrus", but "github.com/evalphobia/[email protected]" was already established as the case variant for that project root by the following other dependers:
      (root)
      github.com/docker/docker@8510adf8c856d6f0871650216a0e1d7e6ece46ee
    
    This fix matches the correct behavior when there is only one depender earlier in
    the function.
    glasser committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    681e6f5 View commit details
    Browse the repository at this point in the history