This repository was archived by the owner on Jun 1, 2023. It is now read-only.
SourceFile Symbol Producing Incorrect Name on Linux #16
Labels
bug
Something isn't working
Milestone
When running the swift-doc GitHub action on Sources/SwiftDoc, the resulting documentation for
SourceFile
has 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
SourceFile
declaration following declarations relating to theContextual
protocol.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.
The text was updated successfully, but these errors were encountered: