From eaae067e41278dfd87b56ce35d9095ed460471e9 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 15 Aug 2015 15:39:23 -0400 Subject: [PATCH] todo --- c/todo.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/c/todo.txt b/c/todo.txt index 09b8bc60f..dd6119e99 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -28,10 +28,13 @@ TOP OF LIST NEATEN !! xxx's in the code + +! copyright headers ... + * source hygiene: top-of-header comments, readme re memory management, etc. +* mmap cleanup, especially csv * prune pix/ dir - * trawl around sysadmin docs etc. looking for more use-cases. not just data analysis or devops/logdive. ================================================================ @@ -39,7 +42,6 @@ IMPROVEMENTS * pprint reader: read using field widths?!? with strip ... that would solve the embedded-whitespace problem. lmhsi: column name -> char index?? -* null-handling everywhere!! :/ * free-flag for string mlrvals ================================================================ @@ -120,12 +122,6 @@ UT/REG * mmap/stdio UTs; run all cases with --mmap and again with --no-mmap * all __X_MAIN__ instances -> UT code (effectively all-but-dead code at present) -================================================================ -HYGIENE - -!! join: cleanup of xxx cmts -!! mmap cleanup, especially csv - ================================================================ HARDER HYGIENE * eliminate compiler warnings for lemon & its autogenerated code