From e731931edd81cc32c3747a496dff3f15bf4a9bf0 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 10 Sep 2013 20:02:26 -0700 Subject: [PATCH] Some TODO items. Change-Id: I4236764cb1dc4a1aea003d86b43687576c1fe3c5 --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 6561e262f..ad1808b3e 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,12 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac Offline list: +-- make.go does too much work when just building camput. See: + $ go run make.go --targets=camlistore.org/cmd/camput -v + +-- can't SIGINT (control-C) camput on at least Mac, at least under + devcam? Why not? + -- use 'int' instead of 'int64' for blob sizes everywhere. blobs have a max size of 10-32 MB anyway. definitely not bigger than what will fit in memory (which is what int means)