golang / dep

Go dependency management tool experiment (deprecated)
https://golang.github.io/dep/
BSD 3-Clause "New" or "Revised" License
12.86k stars 1.05k forks source link

CHANGELOG: prepare for 0.5.2 release #2157

Closed kevinburke closed 5 years ago

kevinburke commented 5 years ago

What it says on the tin

jmank88 commented 5 years ago

Should we consider enabling source caching by default? (Or after cutting this release, so it can be tested on tip for a cycle) We never really established a timeframe for making it default, but it's been available for 11mos now. https://github.com/golang/dep/blob/master/docs/env-vars.md#depcacheage

kevinburke commented 5 years ago

Ah, good idea! I think we do this release, turn it on then do a 0.6.0 release in 3-4 weeks.

Do you want to submit the source caching change?

Kevin

On Wed, May 8, 2019 at 12:47 Jordan Krage notifications@github.com wrote:

Should we consider enabling source caching by default? (Or after cutting this release, so it can be tested on tip for a cycle) We never really established a timeframe for making it default, but it's been available for 11mos now. https://github.com/golang/dep/blob/master/docs/env-vars.md#depcacheage

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/golang/dep/pull/2157#issuecomment-490624843, or mute the thread https://github.com/notifications/unsubscribe-auth/AABZEI2M5KCVY5WLDSX3M63PUMU4NANCNFSM4HLUSQWA .

-- Kevin Burke phone: 925-271-7005 | kevin.burke.dev

jmank88 commented 5 years ago

Yeah, I'll work on that.