Skip to content

Commit 8285334

Browse files
committed
[Build] Eliminate unused package version metadata feature.
- This feature is only partially implemented, and isn't actually used by anything. Unfortunately, it also conflicts with some of the work I need to do on SE-0135 in a way that is non-trivial to fix right now. I'm ripping it out for now, we can land it again once this feature has been fully designed and implemented.
1 parent 0b45b6d commit 8285334

File tree

3 files changed

+0
-146
lines changed

3 files changed

+0
-146
lines changed

Sources/Build/PackageVersion.swift

Lines changed: 0 additions & 76 deletions
This file was deleted.

Tests/BuildTests/PackageVersionDataTests.swift

Lines changed: 0 additions & 69 deletions
This file was deleted.

Tests/BuildTests/XCTestManifests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import XCTest
1414
public func allTests() -> [XCTestCaseEntry] {
1515
return [
1616
testCase(DescribeTests.allTests),
17-
testCase(PackageVersionDataTests.allTests),
1817
]
1918
}
2019
#endif

0 commit comments

Comments
 (0)