From bf2604a836206a38b7e13fe6cdfb548f720c5177 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 21 Aug 2012 16:09:32 +1000 Subject: [PATCH] more TODO Change-Id: I3eac6b72744c76ddbdd4009f006991f292d8f55a --- TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index d98fc1707..ed1557639 100644 --- a/TODO +++ b/TODO @@ -7,9 +7,14 @@ be able to reload itself, and also watch for binaries changing and restart when binaries change. (or symlinks to binaries) --- ./dev-server and hitting http://localhost:3179/ shouldn't mention +-- BUG: ./dev-server and hitting http://localhost:3179/ shouldn't mention the /setup handler. +-- add gofmt check to "make presubmit". also add "make fmt" target. + +-- BUG: osutil paths.go on OS X: should use Library everywhere instead of mix of + Library and ~/.camlistore? + OLD: -- add CROS support?