Some TODO items.

Change-Id: I4236764cb1dc4a1aea003d86b43687576c1fe3c5
This commit is contained in:
Brad Fitzpatrick 2013-09-10 20:02:26 -07:00
parent 6fca50a9c7
commit e731931edd
1 changed files with 6 additions and 0 deletions

6
TODO
View File

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