浏览代码

todo: updated.

Heikki Hokkanen 15 年前
父节点
当前提交
04d459ac81
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5
    2
      doc/TODO.txt

+ 5
- 2
doc/TODO.txt 查看文件

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
 - general: analysis, ohloh-like?
8
 - general: analysis, ohloh-like?
5
 	- age: active days / days - high % means active project usually
9
 	- age: active days / days - high % means active project usually
18
 	- styles/{default,...}.css
22
 	- styles/{default,...}.css
19
 - could show some statistics from last year, month, etc... pisg-like?
23
 - could show some statistics from last year, month, etc... pisg-like?
20
 - Commandline options
24
 - Commandline options
21
-	--title "Project name"
22
 	--debug / --verbose
25
 	--debug / --verbose
23
 - save command line settings and use them next run if not overridden?
26
 - save command line settings and use them next run if not overridden?
24
 
27