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 has been archived by the owner on Jun 1, 2023. It is now read-only.
When generating file names for symbols, swift-doc replaces some characters of the symbol's name with underscore (_).
This can lead to the problem that it produces the same file name for different symbols with different names. The second symbol then overwrites the page of the previously declared symbol.
Lukas-Stuehrk
changed the title
Character substituion in file names can lead to collisions
Character substitution in file names can lead to collisions
May 20, 2021
When generating file names for symbols,
swift-doc
replaces some characters of the symbol's name with underscore (_).This can lead to the problem that it produces the same file name for different symbols with different names. The second symbol then overwrites the page of the previously declared symbol.
This happens rather often with operators:
Both create the file
___
.But it can also happen for any other symbol:
Both symbols create the file
Outer_Inner
.The text was updated successfully, but these errors were encountered: