-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/go: module index [freeze exception] #52876
Comments
What is the module index? Any links you can share? |
Hi @mvdan, there is a stack of CLs here, but I’m not sure if there is a general overview somewhere: https://go-review.googlesource.com/c/go/+/398415/30 As I understand it, it is to reduce reliance on scanning the existing module cache, presumably for performance reasons. |
cc @golang/release |
Approved: the go command doesn't get much testing until the beta anyway, and the change doesn't seem likely to cause problems for other parts of the project. |
Change https://go.dev/cl/413815 mentions this issue: |
Packages outside the module cache including the standard library will be indexed individually rather than as a whole module. For #52876 Change-Id: I142dad6a790e9e8eb4dc6430a588fbfa86552e49 Reviewed-on: https://go-review.googlesource.com/c/go/+/413815 Reviewed-by: Michael Matloob <matloob@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
I just noticed that we had filed #31417 a couple of years ago for this. (Just adding a cross-reference here.) |
This is done. |
Packages outside the module cache including the standard library will be indexed individually rather than as a whole module. For golang#52876 Change-Id: I142dad6a790e9e8eb4dc6430a588fbfa86552e49 Reviewed-on: https://go-review.googlesource.com/c/go/+/413815 Reviewed-by: Michael Matloob <matloob@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Hi,
I'd like to request a freeze exception for the work on the cmd/go module index. All the CLs have been mailed out but we need a little more time to get the reviews through.
Thanks!
Michael
The text was updated successfully, but these errors were encountered: