diff options
author | Araq <rumpf_a@web.de> | 2012-07-29 10:31:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-29 10:31:03 +0200 |
commit | feaf6509bda7436663e8311739668acd045cd741 (patch) | |
tree | ca31f40af164b6b1a492b44ad5dcda6b5546bf05 | |
parent | 8c62903429c362b94d0de4812c0d319040deee5b (diff) | |
download | Nim-feaf6509bda7436663e8311739668acd045cd741.tar.gz |
better overloading capabilities for 'shallowCopy'; little bugfix for 'system.compiles'
-rwxr-xr-x | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index ac81d8250..2668945fa 100755 --- a/todo.txt +++ b/todo.txt @@ -23,7 +23,6 @@ version 0.9.0 Bugs ---- -- bug: strange shallowCopy(result.tab, c.tab) - bug: pragma statements in combination with symbol files are evaluated twice but this can lead to compilation errors - bug: the parser is not strict enough with newlines: 'echo "a" echo "b"' |