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

Fix an order bug in linkNonCopiedDeps #1256

Merged
merged 1 commit into from
Sep 26, 2022
Merged

Fix an order bug in linkNonCopiedDeps #1256

merged 1 commit into from
Sep 26, 2022

Commits on Sep 12, 2022

  1. Fix an order bug in linkNonCopiedDeps

    linkNonCopiedDeps causes packages to resolve their deps. But because we were running it within the pass that creates the moved packages, it was possible for a package to fail to resolve a peer dep that hadn't moved yet.
    
    This fixes it by moving linkNonCopied deps into a separate pass.
    ef4 committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8d75e42 View commit details
    Browse the repository at this point in the history