diff options
-rw-r--r-- | todo.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index 7597c436a..f36a8a10c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,7 @@ 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 @@ -17,8 +18,6 @@ Not critical for 1.0 - find a solution for the x.f[T](y) gotcha - implement ``.delegate`` for .experimental - -- Destructors need to be refined. - annotation support for getType() - ``concept`` needs to be refined, a nice name for the feature is not enough. - make '--implicitStatic:on' the default; then we can also clean up the |