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

cmd/go: document required fields needed by -reuse flag and add tests to that effect #58665

Open
hyangah opened this issue Feb 23, 2023 · 0 comments
Labels
Documentation GoCommand cmd/go NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@hyangah
Copy link
Contributor

hyangah commented Feb 23, 2023

json outputs of go list and go mod download contain multiple fields
and only subsets of them are required for the subsequent go command runs with -reuse.
Document those fields clearly and add tests to prevent regression.

cc @rsc @bcmills @suzmue

@bcmills bcmills added NeedsFix The path to resolution is known, but the work has not been done. GoCommand cmd/go labels Feb 23, 2023
@bcmills bcmills added this to the Go1.21 milestone Feb 23, 2023
@gopherbot gopherbot modified the milestones: Go1.21, Go1.22 Aug 8, 2023
@gopherbot gopherbot modified the milestones: Go1.22, Go1.23 Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation GoCommand cmd/go NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants