Skip to content

Commit 9f4bc0a

Browse files
committed
add todo regarding implementation of AutomaticCurationTests.testAutomaticTopic()
1 parent 19cc17b commit 9f4bc0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/SwiftDocCTests/Infrastructure/AutomaticCurationTests.swift

+3
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)