-
Notifications
You must be signed in to change notification settings - Fork 18k
x/exp/sumdb: package rename causes go get to fail #31865
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
If you can provide a way to reproduce this failure, then this issue can be more actionable. That'll help us know if this is a rare edge case that few people will run into, or something more widespread. |
This CL documents the changes made to rename notary to sumdb. https://go.googlesource.com/exp/+/7da06db65df0ed3340347289c3f44e04ca68231f%5E%21/ Here are the steps to reproduce |
I don't think there's anything to do here (GOPATH get was removed). |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
I have not tried to reproduce it with 1.12.4 or ToT of the master branch.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Sometime ago, I had done a go get on exp packages
go get -u golang.org/x/exp/...
I did a go get -u after the the following CL https://go.googlesource.com/exp/+/7da06db65df0ed3340347289c3f44e04ca68231f mov notary to sumdb
What did you expect to see?
go get -u reports no failures
What did you see instead?
However a second go get -u works as expected and reports no failures.
This could be due to work in progress or it might be an edge case of failure when packages are moved.
The text was updated successfully, but these errors were encountered: