Filippo Valsorda
Filippo Valsorda
Hi! Thanks, you found a bug. To make fetching faster we do shallow clones. They are not supported by all git servers, but we fail to retry without.
What do you think, any reason not to just fetch`.mak` by default?
There's still a bug somewhere in here, it should work regardless, or gracefully generate a warning at most, please reopen and I'll look at it next week. Thanks for the...
:+1: Two points: I don't think `no-recurse` makes much sense and I think `imports` should always work with or without the manifest, with or without stuff in vendor/ (it's ok...
I iterated a bit on this and this is the end result I'm implementing. Feedback very welcome! ``` migrate vendors the dependencies of an existing project. This command has different...
Thanks for making me think about this. gvt has very little opinions on how dependencies work, which means it has to be pretty dumb about it. The current behavior is...
(Also, `update` should only warn on fixed dependencies when doing `-all`)
I'm from my phone, so I didn't reproduce it yet and there might be more stuff going on, but this is definitely one of the annoying consequences of #28
Blocked by #22 and #27
For example fetching golang.org/x/oauth2 should not copy golang.org/x/oauth2/google, and so google.golang.org/cloud/compute/metadata should not be fetched.