diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-10-10 13:17:35 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-10-10 13:17:35 +0200 |
commit | 91981c07bd9335dbd32afb636bd1437a588f39eb (patch) | |
tree | 12fb314a18b358b17ad8cffa02791ced09bd4c9c /todo.txt | |
parent | 503248efdebf725de9ac0d5de3758bbdc6aafc16 (diff) | |
download | Nim-91981c07bd9335dbd32afb636bd1437a588f39eb.tar.gz |
some progress on destroyer.nim
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index f36a8a10c..87cb2b509 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,6 @@ version 1.0 battle plan ======================= -- disallow conversions from ``array`` to ``cstring``! - 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 |