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/go/packages: deduplicate identical packages #29826

Open
matloob opened this issue Jan 18, 2019 · 4 comments
Open

x/tools/go/packages: deduplicate identical packages #29826

matloob opened this issue Jan 18, 2019 · 4 comments
Labels
FeatureRequest NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@matloob
Copy link
Contributor

matloob commented Jan 18, 2019

go list is returning multiple identical packages in some cases. The go list "driver" in go/packages should deduplicate those packages before returning its results.

@matloob matloob self-assigned this Jan 18, 2019
@matloob
Copy link
Contributor Author

matloob commented Jan 18, 2019

cc @bcmills @ianthehat

@mvdan
Copy link
Member

mvdan commented Jan 19, 2019

Empty template?

@bcmills bcmills added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jan 22, 2019
@bcmills
Copy link
Contributor

bcmills commented Jan 22, 2019

Is this intended to track a workaround for #27906, or something else?

@bcmills bcmills added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. and removed WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. labels Jan 22, 2019
@matloob
Copy link
Contributor Author

matloob commented Jan 22, 2019

Oops. I thought I had edited the bug.

Yes. This issue is intended to track a workaround for #27906 .

@bcmills bcmills removed the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jan 22, 2019
@bcmills bcmills changed the title go/packages: deduplicate identical packages x/tools/go/packages: deduplicate identical packages Jan 29, 2019
@gopherbot gopherbot added this to the Unreleased milestone Jan 29, 2019
@bcmills bcmills added NeedsFix The path to resolution is known, but the work has not been done. FeatureRequest labels Jan 29, 2019
@rsc rsc unassigned matloob Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FeatureRequest NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants