summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authordom96 <dominikpicheta@googlemail.com>2011-01-28 00:07:08 +0000
committerdom96 <dominikpicheta@googlemail.com>2011-01-28 00:07:08 +0000
commit557adbcaac45d7b9c92904349c6cc3a7a8282ed7 (patch)
treefe099c599b674643bb61ed5da5043c3e56b48826 /todo.txt
parent4b7ff3e0902c92b3483bd1000a8d4fb3f2bf8077 (diff)
parent408eb6bbe76e9e1b0651d07467ce2ba9510deb23 (diff)
downloadNim-557adbcaac45d7b9c92904349c6cc3a7a8282ed7.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index 20f7af41b..08b1865b1 100755
--- a/todo.txt
+++ b/todo.txt
@@ -1,11 +1,16 @@
+- built-in serialization
+- thread support: threadvar on Windows seems broken; 
+  add --deadlock_prevention:on|off switch
+
+- ban ``nil`` from the AST. This might also fix bugs concerning macros.
+
 - we need a way to disable tests
 - deprecate ^ and make it available as operator
 - test branch coverage
 - checked exceptions
-- explicit indices for array literals
-- built-in serialization
-- do not ambiguity error for methods if amibiguity only affects the same 
+- do not ambiguity error for methods if ambiguity only affects the same 
   dispatcher anyway
+- slicing
 
 
 High priority (version 0.9.0)
@@ -23,6 +28,7 @@ Bugs
 - proc (x: int) is passable to proc (x: var int)  !?
 - detected by pegs module 64bit: p(result, result) should use a temporary!
 - the parser allows empty object case branches
+- Exception matching needs to take subclasses into account
 
 
 To implement