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: package removal request for github.com/fuyu-lang/fuyu #60098

Closed
adamchristiansen opened this issue May 10, 2023 · 4 comments
Closed
Labels
Milestone

Comments

@adamchristiansen
Copy link

What is the path of the package that you would like to have removed?

github.com/fuyu-lang/fuyu

Are you the owner of this package?

Yes, I own this package. See the repository at github.com/fuyu-lang/fuyu where the most recent commit is authored by me.

What is the reason that you could not retract this package instead?

I have retracted all versions of this package. I would like to have the module removed from pkg.go.dev because the project has moved to a different organization (github.com/fuyulang/fuyu). I don't want confusion between the new and old documentation since the names differ by only a hyphen -.

@gopherbot gopherbot added this to the Unreleased milestone May 10, 2023
@jamalc
Copy link

jamalc commented May 10, 2023

The retraction you published only retracted tagged versions. This returns your module to an unversioned state.

retract (
	v0.0.0 // Project relocated.
	v0.0.1 // Contains retractions only.
	v0.0.2 // Contains retractions only.
)

To wipe out all versions, include psuedoversions with v0.0.0-0 as part of a range. For example:

retract [v0.0.0-0, v0.0.3]  // assuming v0.0.3 contains this retraction.

See the retract directive for more information. Additionally, you may want to deprecate your module and add a deprecation message that points users to the new module.

@adamchristiansen
Copy link
Author

Thank you for this information, @jamalc. I have made both these suggested changes and verified that the deprecation message shows when I try to add the module with go get. If that is all, please proceed with the removal.

@findleyr
Copy link
Contributor

@jamalc this looks correct to me: https://github.com/fuyu-lang/fuyu/blob/v0.0.3/go.mod

And yet the module is still available on pkgsite. Do you have an idea of how long this process should take?

@jamalc
Copy link

jamalc commented May 12, 2023

The job that cleans modules from the db runs once per week. I manually ran the cleanup process on this module to ensure it worked as expected.

@jamalc jamalc closed this as completed May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants