diff options
author | Araq <rumpf_a@web.de> | 2011-11-30 00:53:41 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-11-30 00:53:41 +0100 |
commit | fc9fdc2b9d08e402b8504be422d403037e4ed85b (patch) | |
tree | fc5f69107279774521e727362d58dc45640468e0 /todo.txt | |
parent | 59543ef0a3e6b3da46bc1fa42053d78db8f73779 (diff) | |
download | Nim-fc9fdc2b9d08e402b8504be422d403037e4ed85b.tar.gz |
cleaned up configuration file handling and documented the new behaviour
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index e8ad9a8dc..a2c85224a 100755 --- a/todo.txt +++ b/todo.txt @@ -1,11 +1,10 @@ version 0.8.14 ============== -- bug: compiler uses full file names again -- implicit invokation of `items`/`pairs` seems nice - warning for implicit openArray -> varargs convention - implement explicit varargs; **but** ``len(varargs)`` problem remains! --> solve by implicit conversion from varargs to openarray +- implicit invokation of `items`/`pairs` seems nice version 0.9.0 ============= |