-
Notifications
You must be signed in to change notification settings - Fork 18k
x/pkgsite: @master and @semanticversion show two different things #43096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Forced a refetch of this module and it looks okay now so I'm going to close. |
When a package is visited at @ master we add it to a reprocessing queue. Reprocessing will typically finish in a few minutes but can sometimes take much longer or may be subject to a rate limit. |
I think this is still an issue. The issue is that if the semver of the master version is rendered I would expect master to update immediately too (since the docs have already been generated for that version). It seems like a bug that they show two different things even though it already knows about the new files, and the proxy already knows that this version is the current HEAD on the default branch. |
I see what you're saying. I'll leave this open. Adding in some context. When someone runs |
FYI this remains an issue At the time of writing, https://pkg.go.dev/cuelang.org/go@master resolves to
gives:
cc @julieqiu |
Change https://golang.org/cl/286212 mentions this issue: |
https://pkg.go.dev/cuelang.org/go@master should now be up to date. We're also working on a fix for this general issue. |
What did you do?
Visited https://pkg.go.dev/mellium.im/xmpp/form@master and https://pkg.go.dev/mellium.im/xmpp/form@v0.17.2-0.20201209031509-c8601a8ec594 which should currently match. I fetched this semantic version by visiting https://proxy.golang.org/mellium.im/xmpp/@v/master.info. The second link works and shows the current package. The first link shows an old version.
I also tried running
go get -u mellium.im/xmpp@master
on a project hoping to force it to update, but after waiting several minutes nothing happened. Either way, if the current default branch version shows up when visiting the semantic version, I would assume it would also be updated when visiting the special@master
link.What did you expect to see?
The documentation should be the same.
What did you see instead?
The
@master
link shows an old version of the package even though a newer version exists in the database.The text was updated successfully, but these errors were encountered: