Dave Verwer
Dave Verwer
This is great news! > I know it would take some SQL work since it's not in the SearchView which is used, but would it help to set the last...
I had a reminder to check on this again today and I'm seeing the same results as @finestructure: I'll check again in a month. Around and around we go :)
I checked again today and there's no change. Alamofire shows a date and SwiftLint doesn't. Really, genuinely giving up on this now. > would it help to set the last...
How do you double-close a thread? I'm done 😂
Just to write up some progress on this. I started a branch that removes the “no-reference” redirects and attempts to host documentation from those URLs. So, for example: ``` /SwiftPackageIndex/SemanticVersion/documentation/semanticversion...
Progress is in the `stable-url-doc-hosting` branch.
> packages that generate docs but have not had a release since they opted-into doc generation We could kick off re-builds of these for the latest stable release.
> Unfortunately that won't work, because they're not opted into doc generation on those old tags. Only a new release would actually have an `.spi.yml` file with the doc targets...
Yes that would work. One thing we should consider is sending back with the API call and storing in our database is whether it generated a `latest` version. We will...
From https://git-scm.com/docs/git-check-ref-format > 4. They cannot have ASCII control characters (i.e. bytes whose values are lower than \040, or \177 DEL), space, tilde `~`, caret `^`, or colon `:` anywhere....