File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/SwiftDriver/IncrementalCompilation
ModuleDependencyGraphParts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ extension OutputFileMap {
341
341
// MARK: - tracking traced nodes
342
342
extension ModuleDependencyGraph {
343
343
344
- func ensureGraphWillRetraceDependents < Nodes: Sequence > ( of nodes: Nodes )
344
+ func ensureGraphWillRetrace < Nodes: Sequence > ( _ nodes: Nodes )
345
345
where Nodes. Element == Node
346
346
{
347
347
for node in nodes {
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ extension ModuleDependencyGraph.Integrator {
91
91
private mutating func integrate( ) {
92
92
integrateEachSourceNode ( )
93
93
handleDisappearedNodes ( )
94
- destination. ensureGraphWillRetraceDependents ( of : results. allInvalidatedNodes)
94
+ destination. ensureGraphWillRetrace ( results. allInvalidatedNodes)
95
95
}
96
96
private mutating func integrateEachSourceNode( ) {
97
97
sourceGraph. forEachNode { integrate ( oneNode: $0) }
You can’t perform that action at this time.
0 commit comments