Heikki Hokkanen vor 15 Jahren
Ursprung
Commit
04d459ac81
1 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 5
    2
      doc/TODO.txt

+ 5
- 2
doc/TODO.txt Datei anzeigen

@@ -1,5 +1,9 @@
1 1
 []
2
-- BUG: linux-2.6 repo has 105.95% active days
2
+- cleanup: use defaultdict(int) for counting dicts instead of foo[x] = foo.get(x, 0) + 1
3
+	- not supported in python 2.4 - do any users use python 2.4?
4
+	- debian lenny (oldstable) has python 2.5
5
+- bug: multirepo tags
6
+	- self.tags contains tags from all repos - WRONG
3 7
 
4 8
 - general: analysis, ohloh-like?
5 9
 	- age: active days / days - high % means active project usually
@@ -18,7 +22,6 @@
18 22
 	- styles/{default,...}.css
19 23
 - could show some statistics from last year, month, etc... pisg-like?
20 24
 - Commandline options
21
-	--title "Project name"
22 25
 	--debug / --verbose
23 26
 - save command line settings and use them next run if not overridden?
24 27