mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Implement topologicalSort inside BuildSystemManager using dependency information
This commit is contained in:
@@ -336,10 +336,6 @@ extension BuildServerBuildSystem: BuiltInBuildSystem {
|
||||
|
||||
package func waitForUpToDateBuildGraph() async {}
|
||||
|
||||
package func topologicalSort(of targets: [BuildTargetIdentifier]) async -> [BuildTargetIdentifier]? {
|
||||
return nil
|
||||
}
|
||||
|
||||
package func addSourceFilesDidChangeCallback(_ callback: @escaping () async -> Void) {
|
||||
// BuildServerBuildSystem does not support syntactic test discovery or background indexing.
|
||||
// (https://github.com/swiftlang/sourcekit-lsp/issues/1173).
|
||||
|
||||
Reference in New Issue
Block a user