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

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Sep 13, 2022

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.

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 ef4 merged commit 05fcd5e into main Sep 26, 2022
@ef4 ef4 deleted the avoid-race branch September 26, 2022 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant