Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(801)

Unified Diff: go/src/infra/tools/cipd/local/fs.go

Issue 1381583007: cipd: Implement local cache for ResolveVersion(...) call with tags. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@cipd-init
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: go/src/infra/tools/cipd/local/fs.go
diff --git a/go/src/infra/tools/cipd/local/fs.go b/go/src/infra/tools/cipd/local/fs.go
index 266658ae3eafada75904d9d5e52ec3b16b65e3d7..5c7bfa3a79d897a7a8e03b474af98bf09f2c4bfb 100644
--- a/go/src/infra/tools/cipd/local/fs.go
+++ b/go/src/infra/tools/cipd/local/fs.go
@@ -81,8 +81,6 @@ type fsImplErr struct {
err error
}
-// Root returns absolute path to a directory FileSystem operates in. All FS
tandrii(chromium) 2015/09/30 18:11:15 why is this no longer the case?
Vadim Sh. 2015/09/30 22:50:59 It is still the case. It was mistakenly copy-paste
tandrii_google 2015/09/30 23:11:00 Acknowledged.
-// actions are restricted to this directory.
func (f *fsImplErr) Root() string { return "" }
func (f *fsImplErr) CwdRelToAbs(path string) (string, error) { return "", f.err }
func (f *fsImplErr) RootRelToAbs(path string) (string, error) { return "", f.err }
« go/src/infra/tools/cipd/internal/tagcache.go ('K') | « go/src/infra/tools/cipd/internal/tagcache.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698