go
go copied to clipboard
x/pkgsite: module root page not rendered
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/u-root/mkuimage
What is your user agent?
Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
Screenshot
What did you do?
I'm honestly not sure how to reproduce the issue.
What did you see happen?
Screenshot shows that "this package is not in the latest version of its module". There is however, a package there: https://github.com/u-root/mkuimage/tree/c899e87a677c2f40f7f8b248f73e3a1b17bae719
It also shows that requesting that version fails.
The sub-packages in the module shown are that of the last version that was able to be indexed, which is not what the packages are called now.
Using one of the sub-packages that still exist, fileflag, the last screenshot shows that the version was parsed by pkgsite and updated.
What did you expect to see?
Documentation for the package & module.
maybe something to do with this file? https://github.com/u-root/mkuimage/blob/c899e87a677c2f40f7f8b248f73e3a1b17bae719/dependencies.go
CC @jba
The duplicate escaping is #63968.
The service was updated Thursday last week. @hugelgupf Can you please check if problems still exist?
@hyangah looks to be working now.