diff options
author | Araq <rumpf_a@web.de> | 2011-01-06 09:06:43 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-01-06 09:06:43 +0100 |
commit | 27bc9296d1dae1a0c1939a3b3219c42c83ac638e (patch) | |
tree | 9feed989b8a891be8bd5f3c8deb45db486bae361 /todo.txt | |
parent | da325bc7a4590e7f7f388a0df941a10030bf445b (diff) | |
download | Nim-27bc9296d1dae1a0c1939a3b3219c42c83ac638e.tar.gz |
bugfix: compiler rejects methods without object parameter
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 2740908a9..11c40dff7 100755 --- a/todo.txt +++ b/todo.txt @@ -1,3 +1,7 @@ +- Tester needs to count failures +- we need a way to disable tests + + High priority (version 0.9.0) ============================= |