Continue reforming procedure execution. In this phase, get rid of
[pspp-builds.git] / TODO
diff --git a/TODO b/TODO
index 8d1c99f88edda923530153110e6d7b2b0fae1d1a..13f839f08f8bc3f34637db7db2514846c4d09dcc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,18 @@
-Time-stamp: <2006-04-26 15:15:36 blp>
+Time-stamp: <2006-05-03 22:28:57 blp>
+
+Procedure processing:
+
+* Should not need temporary casefile in the common case.
+
+* All of the procedure_*() variants can (and should) be implemented in terms of
+  a variant that provides "proc_func" plus an "end_func" called after all
+  processing is complete.
+
+* The "split" variants should not dump the splits to the output file
+  automatically.  There is no need for the procedure code to talk to the output
+  manager.
+
+* LAG need not be as much of a special case.
 
 Get rid of need for GNU diff in `make check'.