summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-01-13 14:59:58 +0100
committerAraq <rumpf_a@web.de>2012-01-13 14:59:58 +0100
commitc682a1da2b4f364718aaa5e895885043a6f7b873 (patch)
tree6053db32966b60ed67584993a201244ee229a8c1 /todo.txt
parente362cbbfd79f5b95ad0c7a218a3f7a35d91edbf7 (diff)
downloadNim-c682a1da2b4f364718aaa5e895885043a6f7b873.tar.gz
bugfix: invalid indentation for 'else' is detected; optional indentation for 'if' expressions
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index fc09e5400..ec0c283db 100755
--- a/todo.txt
+++ b/todo.txt
@@ -39,13 +39,14 @@ Bugs
   proc forward[T](x: var T): var T = result = x
   proc p(): var int = 
     var x: int
+    # reject this call via alias analysis:
     result = forward(x)
 
 - bug: stress testing basic method example (eval example) 
   without ``-d:release`` leaks memory; good way to figure out how a 
   fixed amount of stack can hold an arbitrary number of GC roots!
 - bug: temp2.nim triggers weird compiler and except.nim bug
-- bug: tsortdev does not run
+- bug: tsortdev does not run with native GC
 
 
 version 0.9.XX