We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cc17b commit 9f4bc0aCopy full SHA for 9f4bc0a
Tests/SwiftDocCTests/Infrastructure/AutomaticCurationTests.swift
@@ -19,6 +19,9 @@ class AutomaticCurationTests: XCTestCase {
19
let decoder = JSONDecoder()
20
21
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`
25
if !SymbolGraph.Symbol.KindIdentifier.allCases.contains(kind) {
26
decoder.register(symbolKinds: kind)
27
}
0 commit comments