-
Notifications
You must be signed in to change notification settings - Fork 1k
Display a progress bar #1001
Comments
Imagine being on a bad connection |
You mean like the wifi at a conference? At gophercon, we gauged progress by the git timeout errors that would keep bubbling up! 😀 |
yeah, i can't argue - i think this'd be a very handy high-level thing to feed back into. we just don't have the vectors to report information like that back right now, unfortunately. i'm def open to adding them, it's just...yeah, it'll take someone willing to dig in and rearchitect a bit 😄 |
I think this would be really helpful, even just having a spinner like the one in npm would be a good stop-gap measure to show that the operation is still running. |
I totally agree that this would be really useful. I feel myself using |
It would be nice if we could display a progress bar during init and ensure. It wouldn't need to be terribly accurate, just give some feedback that things are still going, and about how far along it is. For example, when I run dep ensure and am waiting for 40 repos to be cloned into the cache for the first time, if I saw the bar move a unit for each repo, that would help me know that it's not hung.
The text was updated successfully, but these errors were encountered: