You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
motivation: downstream clients still depend on TSC Diagnostics Location
changes:
* preserve original TSC Location in metadata and bridge it back when exposing TSC diagnostics
* adjust test
@@ -757,21 +757,21 @@ class PackageGraphTests: XCTestCase {
757
757
dependency 'BarLib' in target 'Foo' requires explicit declaration; reference the package in the target dependency with '.product(name: "BarLib", package: "Bar")'
dependency 'Biz' in target 'Foo' requires explicit declaration; reference the package in the target dependency with '.product(name: "Biz", package: "BizPath")'
dependency 'FizLib' in target 'Foo' requires explicit declaration; reference the package in the target dependency with '.product(name: "FizLib", package: "FizPath")'
@@ -1479,7 +1479,7 @@ class PackageGraphTests: XCTestCase {
1479
1479
dependency 'ProductBar' in target 'Foo' requires explicit declaration; reference the package in the target dependency with '.product(name: "ProductBar", package: "Bar")'
@@ -1540,7 +1540,7 @@ class PackageGraphTests: XCTestCase {
1540
1540
dependency 'ProductBar' in target 'Foo' requires explicit declaration; reference the package in the target dependency with '.product(name: "ProductBar", package: "Bar")'
@@ -1600,7 +1600,7 @@ class PackageGraphTests: XCTestCase {
1600
1600
dependency 'Bar' in target 'Foo' requires explicit declaration; reference the package in the target dependency with '.product(name: "Bar", package: "Some-Bar")'
@@ -1659,7 +1659,7 @@ class PackageGraphTests: XCTestCase {
1659
1659
dependency 'ProductBar' in target 'Foo' requires explicit declaration; reference the package in the target dependency with '.product(name: "ProductBar", package: "Some-Bar")'
@@ -1756,7 +1756,7 @@ class PackageGraphTests: XCTestCase {
1756
1756
dependency 'ProductBar' in target 'Foo' requires explicit declaration; reference the package in the target dependency with '.product(name: "ProductBar", package: "Bar")'
0 commit comments