translate documentation links that use the wrong module qualifier #267

Open
opened 2025-10-14 15:55:42 -06:00 by navan · 0 comments
Owner

Originally created by @tayloraswift on 3/5/2024

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.

*Originally created by @tayloraswift on 3/5/2024* 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/swift-unidoc#267
No description provided.