You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
When running the swift-doc GitHub action on Sources/SwiftDoc, the resulting documentation for SourceFile has the name "Contextual.Symbol.Extension.CompilationCondition.SourceFile".
When running the swift-doc GitHub action on Sources/SwiftDoc, the resulting documentation for
SourceFilehas the name "Contextual.Symbol.Extension.CompilationCondition.SourceFile".Running this locally on macOS, I'm unable to reproduce this behavior.
This long name is a consequence of the
SourceFiledeclaration following declarations relating to theContextualprotocol.swift-doc/Sources/SwiftDoc/SourceFile.swift
Lines 7 to 14 in da04436
This should be handled by
visitPost, which pops the stack of contexts after visiting a contextual node:swift-doc/Sources/SwiftDoc/SourceFile.swift
Lines 188 to 190 in da04436
However, these delegate methods don't appear to be called on Linux for some reason.