summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/todo.txt b/todo.txt
index e32ebf490..a61f932a9 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,20 +1,16 @@
 version 0.10.4
 ==============
 
-- improve the parser; deal with  echo $foo  gotcha
-- improve GC-unsafety warnings
 - make 'nil' work for 'add' and 'len'
-- add "all threads are blocked" detection to 'spawn'
-- overloading of '='
-- disallow negative indexing
-
 
 version 1.0
 ===========
 
+- macro support for '='; bind '=' to a memory region
+- remove   echo $foo  gotcha
+- add "all threads are blocked" detection to 'spawn'
 - figure out why C++ bootstrapping is so much slower
 - nimsuggest: auto-completion needs to work in 'class' macros
-- improve the docs for inheritance
 - The bitwise 'not' operator will be renamed to 'bnot' to
   prevent 'not 4 == 5' from compiling. -> requires 'mixin' annotation for procs!
 - iterators always require a return type