Skip to content
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: please remove incorrect package https://pkg.go.dev/github.com/TheWolfNL/random-string #44683

Closed
TheWolfNL opened this issue Feb 28, 2021 · 4 comments
Labels
FrozenDueToAge pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.

Comments

@TheWolfNL
Copy link

What is the URL of the page with the issue?

https://pkg.go.dev/github.com/TheWolfNL/random-string

What did you do?

created a package and messed up

What did you expect to see?

just one version of the package

What did you see instead?

https://pkg.go.dev/github.com/TheWolfNL/random-string was an incorrect release where
https://pkg.go.dev/github.com/thewolfnl/random-string is the working version.

@gopherbot gopherbot added this to the Unreleased milestone Feb 28, 2021
@bcmills
Copy link
Contributor

bcmills commented Mar 1, 2021

I'm curious — can you retract the erroneous versions?

(I think that ought to work despite the difference in module path, although I'm not sure we've tested that scenario.)

CC @jayconrod @matloob

@julieqiu julieqiu added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Mar 1, 2021
@julieqiu julieqiu modified the milestones: Unreleased, pkgsite/unplanned Mar 1, 2021
@TheWolfNL
Copy link
Author

I thought it was highly unlikely that this would work, since the versions I'd want to retract are not showing up when doing this either:

go list -m -versions
# nor if I specify the module path
go list -m -versions github.com/TheWolfNL/random-string

But i've added the retractions

@bcmills
Copy link
Contributor

bcmills commented Mar 1, 2021

Neato! That seems to have done the trick from the perspective of cmd/go, at least:

$ go get -d github.com/TheWolfNL/random-string@v0.0.0-20210228113105-9c881b0f8282
go: warning: github.com/TheWolfNL/random-string@v0.0.0-20210228113105-9c881b0f8282: retracted by module author: figuring out releases
go: to switch to the latest unretracted version, run:
        go get github.com/TheWolfNL/random-string@latest
go get: added github.com/TheWolfNL/random-string v0.0.0-20210228113105-9c881b0f8282

$ go get -d github.com/TheWolfNL/random-string@latest
go get: github.com/TheWolfNL/random-string@v1.0.2: parsing go.mod:
        module declares its path as: github.com/thewolfnl/random-string
                but was required as: github.com/TheWolfNL/random-string

@julieqiu
Copy link
Member

julieqiu commented Mar 4, 2021

Removed.

@julieqiu julieqiu closed this as completed Mar 4, 2021
@hyangah hyangah added the pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package label May 20, 2022
@golang golang locked and limited conversation to collaborators May 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

5 participants