diff options
author | Araq <rumpf_a@web.de> | 2012-07-10 22:17:47 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-10 22:17:47 +0200 |
commit | 483f28d1cf4baedbce900bc8278e8508127351cc (patch) | |
tree | 951af23bbaba3531be7f782a250c07a0bb9cd0de /todo.txt | |
parent | 607f46a61afebc7a9e1ab7c66570b6573d91ff6c (diff) | |
download | Nim-483f28d1cf4baedbce900bc8278e8508127351cc.tar.gz |
fixes #147
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 0ac006851..a685965d7 100755 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,7 @@ version 0.9.0 ============= -- change overloading resolution +- change overloading resolution: toop.nim test - implicit ref/ptr->var conversion - deprecate ``var x, y = 0`` as it's confusing for tuple consistency - finish support for unsigned ints: @@ -106,7 +106,6 @@ Library Low priority ------------ -- bignums - change how comments are part of the AST - ``with proc `+`(x, y: T): T`` for generic code - new feature: ``distinct T with operations`` |