summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
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 432b476b8..3ea45b9b8 100755
--- a/todo.txt
+++ b/todo.txt
@@ -2,8 +2,8 @@ version 0.9.0
 =============
 
 - make 'm: stmt' use overloading resolution
+- document pattern matching
 
-- improve pattern matching: introduce meta operators, statement list support
 - make 'bind' default for templates and introduce 'mixin'
 
 - implement "closure tuple consists of a single 'ref'" optimization
@@ -19,6 +19,7 @@ version 0.9.0
 Bugs
 ----
 
+- sneaking with qualifiedLookup() is really broken!
 - bug: aporia.nim(968, 5) Error: ambiguous identifier: 'DELETE' -- 
   use a qualifier
 - bug: pragma statements in combination with symbol files are evaluated twice