summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-11-25 09:02:34 +0100
committerAraq <rumpf_a@web.de>2011-11-25 09:02:34 +0100
commitac9d406c993c6f3c725618a5c6648767d66416a6 (patch)
treed063b590c38eead018cbcac0d0aae325507185d8
parente40bca47c57095098ac9147d8e04a5c565d38edd (diff)
downloadNim-ac9d406c993c6f3c725618a5c6648767d66416a6.tar.gz
todo changes
-rwxr-xr-xtodo.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index d831dbbe1..2beee17a4 100755
--- a/todo.txt
+++ b/todo.txt
@@ -2,11 +2,13 @@ version 0.8.14
 ==============
 
 - fix thread tests
+- deprecate endOfFile and readline
 
 version 0.9.0
 =============
 
-- GC: marker procs for native Nimrod GC and Boehm GC; precise stack marking
+- GC: marker procs for native Nimrod GC and Boehm GC; precise stack marking;
+  escape analysis for string/seq seems to be easy to do too
 - dead code elim for JS backend; 'of' operator for JS backend
 - test the sort implementation again
 - 'let x = y'