We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TestBuildSystem.swift
1 parent 0bdbb50 commit db539b0Copy full SHA for db539b0
Sources/BuildSystemIntegration/TestBuildSystem.swift
@@ -86,8 +86,4 @@ package actor TestBuildSystem: BuiltInBuildSystem {
86
package func waitForBuildSystemUpdates(request: WorkspaceWaitForBuildSystemUpdatesRequest) async -> VoidResponse {
87
return VoidResponse()
88
}
89
-
90
- package func topologicalSort(of targets: [BuildTargetIdentifier]) -> [BuildTargetIdentifier]? {
91
- return nil
92
- }
93
0 commit comments