summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index c9329998..803cff3d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,7 +7,6 @@ Coverage TODO
+ Try installation on Ubuntu.
+ Proper project layout.
+ Code moved to bitbucket.
-- Investigate package over module installation.
* Speed
@@ -17,7 +16,7 @@ Coverage TODO
x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
this with C collector).
- Seems like there should be a faster way to manage all the line number sets in
- CodeAnalyzer.raw_analyze.
+ CodeParser.raw_parse.
- If tracing, canonical_filename_cache overlaps with should_trace_cache. Skip
canonical_filename_cache. Maybe it isn't even worth it...