diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-04-02 21:01:26 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-04-02 21:01:26 +0200 |
commit | 846e51bb65671a6ff33840567a44883b1e4a221b (patch) | |
tree | b42e2f00c9eae98a451f526e812ab7255efb107a | |
parent | b652b3cd52bf284baa5b5152443fdc6cf2d404fc (diff) | |
download | Nim-846e51bb65671a6ff33840567a44883b1e4a221b.tar.gz |
minor todo.txt update
-rw-r--r-- | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 802e8eb6a..7597c436a 100644 --- a/todo.txt +++ b/todo.txt @@ -4,7 +4,6 @@ version 1.0 battle plan - 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 -- sanctionize some macro implementation for interfaces - implement a way to forward object type declarations across module boundaries; C++ style - fix "high priority" bugs |