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: implement Load-ing package ids #31634

Open
matloob opened this issue Apr 23, 2019 · 1 comment
Open

x/tools/go/packages: implement Load-ing package ids #31634

matloob opened this issue Apr 23, 2019 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@matloob
Copy link
Contributor

matloob commented Apr 23, 2019

packages.Load should be able to load packages based on their ids.

We've decided that ids will persist across calls to Load, so there's no reason for us to not allow this. It also enables use cases of Load where one call rounds up a set of packages and the second requests detailed info about them.

@gopherbot gopherbot added this to the Unreleased milestone Apr 23, 2019
@matloob matloob self-assigned this Apr 23, 2019
@matloob
Copy link
Contributor Author

matloob commented Apr 23, 2019

cc @dominikh @ianthehat

@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Sep 12, 2019
@rsc rsc unassigned matloob Jun 23, 2022
@cagedmantis cagedmantis added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. 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