summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-06-16 16:21:29 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2012-06-16 16:21:29 -0400
commitdd1959df5fc4c0bc90509205bb2b1049ed9c2ede (patch)
treeeceeec03766913909ec878adc29de1f0c5ba69a8
parentdd89227a9f97ec769a8f5f561482288497a72fe7 (diff)
TODO
-rw-r--r--TODO13
1 files changed, 6 insertions, 7 deletions
diff --git a/TODO b/TODO
index 811c933..88f1e11 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,5 @@
-- Something is broken about node_insert_before()
-
- Short-term tasks:
- - There is a bug in the optimizer. callcc.nl produces different results
- depending on whether it's run with optimization turned on.
-
- - Fix crasher.nl (actually this was just a bug in the program,
- generating NULL pointer exceptions is really needed)
- Test suite
- Rename
@@ -1303,3 +1296,9 @@ DONE:
- Simplify graph.c to walk the parent chains instead of
passing a ton of nodes around. unreachable should be
stored in program_t.
+
+ - There is a bug in the optimizer. callcc.nl produces different results
+ depending on whether it's run with optimization turned on.
+
+ - Fix crasher.nl (actually this was just a bug in the program,
+ generating NULL pointer exceptions is really needed)