SwiftPackageIndex-Server icon indicating copy to clipboard operation
SwiftPackageIndex-Server copied to clipboard

Logic issue in DocumentationProcessor

Open finestructure opened this issue 1 year ago • 1 comments

I noticed this issue while working on the DocRoute changes. We're assigning the canonical url parameter and then testing it against itself:

CleanShot 2024-05-05 at 11 45 17@2x

This is from commit f63d212 in PR #2360

I don't think this is working as intended, @daveverwer , is it?

finestructure avatar May 05 '24 09:05 finestructure

What's wrong with an occasional if true?

I'll figure out what I meant here when I fix up the canonicals on top of the new documentation routing.

daveverwer avatar May 06 '24 11:05 daveverwer