Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For duplicate source files of the same package, make one redirect to the other #16274

Merged
19 commits merged into from
Aug 9, 2017

Commits on Jun 6, 2017

  1. For duplicate source files of the same package, make one redirect to …

    …the other
    andy-ms committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    60b9aa3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Add reuseProgramStructure tests

    Andy Hanson committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    8157308 View commit details
    Browse the repository at this point in the history
  2. Copy sourceFileToPackageId and isSourceFileTargetOfRedirect only …

    …if we completely reuse old structure
    Andy Hanson committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    e4d5f0d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into package-id

    Andy Hanson committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    17c5619 View commit details
    Browse the repository at this point in the history
  4. Use fallthrough instead of early exit from loop

    Andy Hanson committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    1f32e62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f66713d View commit details
    Browse the repository at this point in the history
  6. Move map setting outside of createRedirectSourceFile

    Andy Hanson committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    04cae2e View commit details
    Browse the repository at this point in the history
  7. Correctly handle seenPackageNames set

    Andy Hanson committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    61b768a View commit details
    Browse the repository at this point in the history
  8. sourceFileToPackageId -> sourceFileToPackageName

    Andy Hanson committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    4d55f34 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into package-id

    andy-ms committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    d702180 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Merge branch 'master' into package-id

    Andy Hanson committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    e2a0931 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Renames

    Andy Hanson committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    09e1c92 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into package-id

    Andy Hanson committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    d557e9a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Respond to PR comments

    Andy Hanson committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    3d2fc00 View commit details
    Browse the repository at this point in the history
  2. Fix bug where oldSourceFile !== newSourceFile because oldSourceFile…

    … was a redirect
    Andy Hanson committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    018c9c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Clean up redirectInfo

    Andy Hanson committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    91b2575 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into package-id

    Andy Hanson committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    bec2d03 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Respond to PR comments

    Andy Hanson committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    8408b3d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into package-id

    Andy Hanson committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    9f74f55 View commit details
    Browse the repository at this point in the history