old TODOs

Change-Id: Ifa8877f594e65e081536b97f536106301f5c9836
This commit is contained in:
mpl 2012-10-19 23:37:14 +02:00
parent 507ea419a9
commit 83ce85b59f
2 changed files with 0 additions and 3 deletions

View File

@ -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-----

View File

@ -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 {