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/tools/cmd/gomvpkg: mishandles main package #20715

Open
dvyukov opened this issue Jun 17, 2017 · 2 comments
Open

x/tools/cmd/gomvpkg: mishandles main package #20715

dvyukov opened this issue Jun 17, 2017 · 2 comments
Labels
Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Jun 17, 2017

gomvpkg -from foo/bar -to baz/bar where foo/bar is package main renames package to bar, which makes it non-executable. May look silly, but the main intention was to take advantage of -vcs_mv_cmd "git mv {{.Src}} {{.Dst}}" part. gomvpkg should not rename main package.

@gopherbot gopherbot added this to the Unreleased milestone Jun 17, 2017
@dvyukov
Copy link
Member Author

dvyukov commented Jun 17, 2017

cc @alandonovan

@alandonovan
Copy link
Contributor

cc @matloob

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

3 participants