|
|
|
|
|
by ithkuil
3042 days ago
|
|
I don't think package publishers are the ones that need to manage the caching proxies: everyone who wants stable builds that don't break when some upstream deletes an old version of a package (or a networking error) needs a proxying cache. Vendoring turned your git repo as your poor man's proxying cache. It also made some people unhappy. In my current company we use phabricator for code reviews and it doesn't work well if the commit size is bigger than some threshold. I love to have the option of not checking in dependencies. I'm not sure this option has to be forced on everybody though. |
|