From 83ce85b59f4d548c04a120e4a76f9b63b2244d5a Mon Sep 17 00:00:00 2001 From: mpl Date: Fri, 19 Oct 2012 23:37:14 +0200 Subject: [PATCH] old TODOs Change-Id: Ifa8877f594e65e081536b97f536106301f5c9836 --- pkg/index/indextest/tests.go | 2 -- pkg/schema/schema.go | 1 - 2 files changed, 3 deletions(-) diff --git a/pkg/index/indextest/tests.go b/pkg/index/indextest/tests.go index c40541bfd..7c7d63780 100644 --- a/pkg/index/indextest/tests.go +++ b/pkg/index/indextest/tests.go @@ -165,8 +165,6 @@ func findGoPathPackage(pkg string) string { } func NewIndexDeps(index *index.Index) *IndexDeps { - // TODO(mpl): do better than the quick hack with the testdata symlink when things - // have settled regarding the organization of the packages. secretRingFile := filepath.Join(findGoPathPackage("camlistore.org"), "pkg", "jsonsign", "testdata", "test-secring.gpg") pubKey := &test.Blob{Contents: `-----BEGIN PGP PUBLIC KEY BLOCK----- diff --git a/pkg/schema/schema.go b/pkg/schema/schema.go index 88f57bb61..1d71e09fb 100644 --- a/pkg/schema/schema.go +++ b/pkg/schema/schema.go @@ -184,7 +184,6 @@ func (de *dirEntry) Symlink() (Symlink, error) { // NewDirectoryEntry takes a Superset and returns a DirectoryEntry if // the Supserset is valid and represents an entry in a directory. It // must by of type "file", "directory", or "symlink". -// TODO(mpl): symlink // TODO: "fifo", "socket", "char", "block", probably. later. func NewDirectoryEntry(fetcher blobref.SeekFetcher, ss *Superset) (DirectoryEntry, error) { if ss == nil {