-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PackageGraph] Fix package name validation for product target depende…
…ncies The package name validation was wrong for product target dependencies (`.product(name: "<product>", package: "<package>")`) as we were looking up the package using its identity instead of the name. This completely breaks package loading in 5.2 if a package wants to use a product from a dependency that doesn't match the package name of that dependency. <rdar://problem/59821906> (cherry picked from commit e3a880b)
- Loading branch information
Showing
3 changed files
with
53 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters