go icon indicating copy to clipboard operation
go copied to clipboard

x/pkgsite: module root page not rendered

Open hugelgupf opened this issue 1 year ago • 2 comments

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

Screenshot 2024-02-13 21 57 20

Screenshot 2024-02-13 21 56 57

Screenshot 2024-02-13 21 56 44

Screenshot 2024-02-13 21 59 55

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.

hugelgupf avatar Feb 14 '24 06:02 hugelgupf

maybe something to do with this file? https://github.com/u-root/mkuimage/blob/c899e87a677c2f40f7f8b248f73e3a1b17bae719/dependencies.go

seankhliao avatar Feb 14 '24 11:02 seankhliao

CC @jba

The duplicate escaping is #63968.

findleyr avatar Feb 15 '24 21:02 findleyr

The service was updated Thursday last week. @hugelgupf Can you please check if problems still exist?

hyangah avatar Feb 20 '24 18:02 hyangah

@hyangah looks to be working now.

hugelgupf avatar Feb 27 '24 05:02 hugelgupf