# HG changeset patch # User thomask # Date 1098423804 0 # Node ID 220c99e3d84fd784047b8d6335bd683fc3805e34 # Parent 75472ba7212069f53817032c3fb50d9084d35fa3 updated todo diff -r 75472ba72120 -r 220c99e3d84f todo.txt --- a/todo.txt Fri Oct 22 05:42:45 2004 +0000 +++ b/todo.txt Fri Oct 22 05:43:24 2004 +0000 @@ -1,6 +1,8 @@ +(priority) * general review / endian issues * remove duplicated tests +(unordered) * keyword: asm * keyword: body * keyword: cent @@ -38,7 +40,7 @@ * operators -* custom operator implementation +* custom operator implementations * octal and decimal integer literals @@ -46,10 +48,10 @@ * IEEE 754 tests -* module initializers & ?destructors? - module foo; - - static this(){ - ... initialization code ... - } +* module initializers & destructors + +* maximum possible size of source/name/arrays/strings +* maximum possible amount of aliases / templates / vars / functions in a source file + +* howmany sourcefiles can be compiled in one go?