Skip to content

Commit 57ffdee

Browse files
committed
add todo regarding implementation of AutomaticCurationTests.testAutomaticTopic()
1 parent cbb01fc commit 57ffdee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/SwiftDocCTests/Infrastructure/AutomaticCurationTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ class AutomaticCurationTests: XCTestCase {
1919
let decoder = JSONDecoder()
2020

2121
for kind in AutomaticCuration.groupKindOrder where kind != .module {
22+
// TODO: Synthesize appropriate `swift.extension` symbols that get transformed into
23+
// the respective internal symbol kinds as defined by `ExtendedTypeFormatTransformation`
24+
// and remove decoder injection logic from `DocumentationContext` and `SymbolGraphLoader`
2225
if !SymbolGraph.Symbol.KindIdentifier.allCases.contains(kind) {
2326
decoder.register(symbolKinds: kind)
2427
}

0 commit comments

Comments
 (0)