summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-10 22:17:47 +0200
committerAraq <rumpf_a@web.de>2012-07-10 22:17:47 +0200
commit483f28d1cf4baedbce900bc8278e8508127351cc (patch)
tree951af23bbaba3531be7f782a250c07a0bb9cd0de /todo.txt
parent607f46a61afebc7a9e1ab7c66570b6573d91ff6c (diff)
downloadNim-483f28d1cf4baedbce900bc8278e8508127351cc.tar.gz
fixes #147
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt3
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``