You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
#1912 introduced the DeltaWriter, which regenerates only the parts of vendor that have changed, instead of all of it. i didn't use it for the dep ensure -vendor-only path, however, because DeltaWriter.Write() will also update Gopkg.lock right now. It's fixable, but it's a little awkward without jamming some new parameters into the API, and i didn't have the bandwidth to handle to come up with a more elegant solution. (Plus, it's a nice backstop against bugs in the DeltaWriter - there's still at least sorta a way of accessing the old behavior)
Still, -vendor-only does need to move away from SafeWriter sooner rather than later.
The text was updated successfully, but these errors were encountered:
Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!
#1912 introduced the
DeltaWriter
, which regenerates only the parts of vendor that have changed, instead of all of it. i didn't use it for thedep ensure -vendor-only
path, however, becauseDeltaWriter.Write()
will also updateGopkg.lock
right now. It's fixable, but it's a little awkward without jamming some new parameters into the API, and i didn't have the bandwidth to handle to come up with a more elegant solution. (Plus, it's a nice backstop against bugs in the DeltaWriter - there's still at least sorta a way of accessing the old behavior)Still,
-vendor-only
does need to move away from SafeWriter sooner rather than later.The text was updated successfully, but these errors were encountered: