diff options
author | Evan Martin <martine@danga.com> | 2011-09-15 23:54:59 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2011-09-15 23:54:59 (GMT) |
commit | 9d3b116de4f7ff4cbac3214b58875f525c0cc1b8 (patch) | |
tree | f92f1c39456da8da1062c9ec6492c7f7b546b409 /todo | |
parent | bbc111010163fab044a4782b771fdd6dfa289c66 (diff) | |
download | Ninja-9d3b116de4f7ff4cbac3214b58875f525c0cc1b8.zip Ninja-9d3b116de4f7ff4cbac3214b58875f525c0cc1b8.tar.gz Ninja-9d3b116de4f7ff4cbac3214b58875f525c0cc1b8.tar.bz2 |
delete todo; I converted it into bugs on github
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -1,22 +0,0 @@ -necessary -========= - -delete halfway-built output files when interrupted - -frosting -======== - -when we've been waiting for commands for more than a second -with no output, print some "still waiting for xyz" text - -if command line for an output changed, no need to even stat -the output, just mark it for rebuilding immediately. - -"explain" mode that shows why we're building a file - -"one file" mode that builds only outputs of a single file - -adjust to system load dynamically - -compute etas on builds using logged timing info - how does parallelization fit in? |