diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt index ba137039e..a30c23ce3 100644 --- a/todo.txt +++ b/todo.txt @@ -1,9 +1,6 @@ version 1.0 battle plan ======================= -- make 'doc2' an alias for 'doc' and introduce 'doc0' -- make 'break' not leave named blocks -- make FlowVar compatible to Futures - fix "high priority" bugs - try to fix as many compiler crashes as reasonable @@ -11,6 +8,8 @@ version 1.0 battle plan Not critical for 1.0 ==================== +- make 'break' not leave named blocks +- make FlowVar compatible to Futures - make 'not nil' the default (produce warnings instead of errors for a smooth migration path) - case objects needs to be safe and need to support pattern matching |