-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/pkgsite: support fetching the latest and master versions of the standard library #39973
Comments
Change https://golang.org/cl/240682 mentions this issue: |
At the moment, we do not support requests to @master for packages in the standard library. Until that support is added, return a 400 for those requests, instead of showing a 404 page where the user could attempt to fetch the path. fetchAndPoll is also updated to return a 400 on requests to @master and @latest for packages in the standard library. Updates golang/go#36811 Updates golang/go#39973 Change-Id: I372ad2686547278754f2c04e69ddea7fc092df34 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/240682 Reviewed-by: Jonathan Amsterdam <jba@google.com>
I can change stdlib.Zip! |
Change https://golang.org/cl/241042 mentions this issue: |
Change https://golang.org/cl/241272 mentions this issue: |
Change https://golang.org/cl/241604 mentions this issue: |
This change adds support for resolving the latest version of the std module, using stdlib.Zip. Updates golang/go#39973 Change-Id: I0e27303bf2290f67c9dbc80fadf66b2e5c73e886 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/241604 Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Julie Qiu <julie@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
Change https://golang.org/cl/247398 mentions this issue: |
Logic for resolving the semantic version in Zip is moved to the function semanticVersion. For golang/go#39973 Change-Id: I5c9215a4cc326d2a9c5db79f33509656ec0b0065 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/247398 Reviewed-by: Jonathan Amsterdam <jba@google.com>
Hi @julieqiu , Can I pick up the task to support fetching from |
Change https://golang.org/cl/279292 mentions this issue: |
At the moment, stdlib.Zip only supports fetching a release version of the standard library.
We want stdlib.Zip to also support fetching the latest and master versions, for use in #37002 and #36811.
The text was updated successfully, but these errors were encountered: