diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-11-16 20:49:34 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-16 22:57:27 +0100 |
commit | 42be656b9481862667586f1ac4883e6d6863079e (patch) | |
tree | 86d0abc10176763d82a1b46c30cc240b99874cd8 | |
parent | 5883d727a84caf36e5692679bff91c09b6e7dda6 (diff) | |
download | Nim-42be656b9481862667586f1ac4883e6d6863079e.tar.gz |
todo.txt updates
-rw-r--r-- | todo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index f7bce4612..a30c23ce3 100644 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,6 @@ version 1.0 battle plan ======================= -- make 'break' not leave named blocks -- make FlowVar compatible to Futures - fix "high priority" bugs - try to fix as many compiler crashes as reasonable @@ -10,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 |