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

Further --changed optimization #5579

Merged

Commits on Mar 14, 2018

  1. Request HydratedStructs, rather than HydratedTargets`, which are …

    …implicitly transitive, and cause expansion of source globs.
    stuhood committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    bd92390 View commit details
    Browse the repository at this point in the history
  2. Avoid using SingleAddress objects for ChangedTargetRoots, which m…

    …inimizes the redundancy of transitive HydratedTarget construction.
    stuhood committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    bc40ce2 View commit details
    Browse the repository at this point in the history
  3. Split TargetRoots and TargetRootsCalculator to allow TargetRoots to b…

    …e used more widely without a cycle.
    stuhood committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    46bc881 View commit details
    Browse the repository at this point in the history
  4. Differentiate TransitiveHydratedTargets from HydratedTargets, and req…

    …uest the latter in the SourceMapper
    stuhood committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    00ef59e View commit details
    Browse the repository at this point in the history
  5. Fix import lints.

    stuhood committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    4be2a26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fa6b79 View commit details
    Browse the repository at this point in the history
  7. Test fixes.

    stuhood committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    a7aa477 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c46d659 View commit details
    Browse the repository at this point in the history