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: network error - all or nothing #25995

Closed
millergarym opened this issue Jun 21, 2018 · 1 comment
Closed

cmd/go: network error - all or nothing #25995

millergarym opened this issue Jun 21, 2018 · 1 comment
Labels
FrozenDueToAge modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@millergarym
Copy link

What version of Go are you using (go version)?

1.10.3

The vgo process is very susceptible to network errors. Can it incrementally create the cache and record entries in the go.mod file.

The go.mod file can have an entry recording the fact that the last command wasn't clean (complete).

@gopherbot gopherbot added this to the vgo milestone Jun 21, 2018
@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jun 21, 2018
@rsc
Copy link
Contributor

rsc commented Jul 6, 2018

Can you say a little more about the specific operation? In general vgo does cache what it downloads from the network to local disk, even before it updates go.mod, so it should mostly pick up where it left off.

@rsc rsc added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jul 10, 2018
@rsc rsc modified the milestones: vgo, Go1.11 Jul 12, 2018
@rsc rsc added the modules label Jul 12, 2018
@rsc rsc changed the title x/vgo: network error - all or nothing cmd/go: network error - all or nothing Jul 12, 2018
@rsc rsc closed this as completed Jul 17, 2018
@golang golang locked and limited conversation to collaborators Jul 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

4 participants