Skip to content

Commit bcf41e7

Browse files
committed
Resolved conflicts.
1 parent 4a0abc0 commit bcf41e7

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Sources/PackageModel/Manifest.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,12 +221,6 @@ public final class Manifest: ObjectIdentifierProtocol {
221221
// Dependencies known to not have any relevant products are discarded.
222222
return nil
223223
}
224-
<<<<<<< HEAD
225-
#else
226-
return dependency.filtered(by: .everything)
227-
#endif
228-
=======
229-
>>>>>>> parent of 27f444f6... Temporarily disable target-based dependency resolution (#2998)
230224
}
231225
}
232226

Tests/PackageModelTests/ManifestTests.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,7 @@ class ManifestTests: XCTestCase {
150150
targets: targets
151151
)
152152

153-
<<<<<<< HEAD
154-
#if ENABLE_TARGET_BASED_DEPENDENCY_RESOLUTION
155153
XCTAssertEqual(manifest.dependenciesRequired(for: .specific(["Foo"])).map({ $0.name }).sorted(), [
156-
=======
157-
XCTAssertEqual(manifest.dependenciesRequired(for: .specific(["Foo"])).map({ $0.declaration.name }).sorted(), [
158-
>>>>>>> parent of 27f444f6... Temporarily disable target-based dependency resolution (#2998)
159154
"Bar1", // Foo → Foo1 → Bar1
160155
"Bar2", // Foo → Foo1 → Foo2 → Bar2
161156
// (Bar3 is unreachable.)

0 commit comments

Comments
 (0)