swift-unidoc icon indicating copy to clipboard operation
swift-unidoc copied to clipboard

translate documentation links that use the wrong module qualifier

Open tayloraswift opened this issue 11 months ago • 2 comments

there is a link to apple developer docs in https://swiftinit.org/docs/swift-testing/testing/migratingfromxctest#Converting%20test%20methods that is not being translated properly

the right thing to do is probably to make the doclink resolver use its own logic for resolving symbol documentation instead of delegating to CodelinkResolver, which isn’t really meant to be used on URLs at all.

swiftpackageindex.com links likely suffer from the same problem.

tayloraswift avatar Mar 05 '24 02:03 tayloraswift

actually, this seems to have nothing to do with dots at all, the issue is that link is qualified with swift, when it really should be qualified with _concurrency

tayloraswift avatar Apr 26 '24 21:04 tayloraswift

related: #278

tayloraswift avatar Jun 18 '24 23:06 tayloraswift