diff options
author | Araq <rumpf_a@web.de> | 2013-03-08 01:19:47 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-03-08 01:19:47 +0100 |
commit | 2b4922aea0350c3a225619e7e10b74de95bfc2b7 (patch) | |
tree | eda6ddc92fae0dbfdba507f21d7b594c6e71f15a /todo.txt | |
parent | 296e7c9f40a69958579fd8169ddc38cf0a72730c (diff) | |
download | Nim-2b4922aea0350c3a225619e7e10b74de95bfc2b7.tar.gz |
object constructors work now
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 35ed58e4e..c914e0155 100755 --- a/todo.txt +++ b/todo.txt @@ -10,7 +10,6 @@ version 0.9.2 - acyclic vs prunable; introduce GC hints - implement constructors - more checks - - C codegen for them - document them - CGEN: ``restrict`` pragma + backend support; computed goto support - fix: @@ -128,6 +127,7 @@ Optimizations Bugs ==== +- instantiated generics are listed in error messages - sneaking with qualifiedLookup() is really broken! - aporia.nim(968, 5) Error: ambiguous identifier: 'DELETE' -- use a qualifier |