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.
1 parent 52e6839 commit a96a733Copy full SHA for a96a733
Package.swift
@@ -879,7 +879,7 @@ let package = Package(
879
dependencies: ["PackageGraph", "_InternalTestSupport"],
880
swiftSettings: [
881
.enableExperimentalFeature("MemberImportVisibility"),
882
- ],
+ ]
883
),
884
.testTarget(
885
name: "PackageGraphPerformanceTests",
Sources/PackageGraph/ModulesGraph.swift
@@ -384,8 +384,6 @@ enum GraphError: Error {
384
case unexpectedCycle
385
}
386
387
-// TODO: Rename this back and only import what is required from TSCBasic to omit importing its implementation of topologicalSort
388
-
389
/// Perform a topological sort of an graph.
390
///
391
/// This function is optimized for use cases where cycles are unexpected, and
0 commit comments