summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-03-14 22:21:43 +0100
committerAraq <rumpf_a@web.de>2015-03-14 22:21:43 +0100
commitd4bca58b7d6896c0a67bc925970ee6511cbb5e21 (patch)
tree90355e4d89c644529af5881f9f4e086ea98a3a30 /todo.txt
parent15920675668a2296d34b7ca14ab3185a0ed6ace8 (diff)
downloadNim-d4bca58b7d6896c0a67bc925970ee6511cbb5e21.tar.gz
fixes #1809; implements overloading based on 'var T'
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index 31c3a46db..b77c276b7 100644
--- a/todo.txt
+++ b/todo.txt
@@ -3,7 +3,6 @@ version 0.10.4
 
 - improve GC-unsafety warnings
 - make 'nil' work for 'add' and 'len'
-- get rid of 'mget'; aka priority of 'var' needs to be 'var{lvalue}'
 - disallow negative indexing
 - improve the parser; deal with  echo $foo  gotcha
 
@@ -59,9 +58,9 @@ Bugs
 version 0.9.x
 =============
 
+- pragmas need 'bindSym' support
 - allow simple read accesses to global variables --> difficult to ensure that
   no data races happen
-- pragmas need 'bindSym' support
 - pragmas need re-work: 'push' is dangerous, 'hasPragma' does not work
   reliably with user-defined pragmas
 - memory manager: add a measure of fragmentation
@@ -76,7 +75,6 @@ version 0.9.X
 =============
 
 - macros as type pragmas
-- document how lazy overloading resolution works
 - document NimMain and check whether it works for threading
 
 GC