diff options
-rw-r--r-- | todo.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt index 87cb2b509..941016a02 100644 --- a/todo.txt +++ b/todo.txt @@ -13,12 +13,9 @@ version 1.0 battle plan Not critical for 1.0 ==================== -- get GC:v2 stable: nim c --gc:v2 -r -d:useSysAssert -d:useGcAssert -d:smokeCycles -d:useRealtimeGc tests/gc/gctest - - find a solution for the x.f[T](y) gotcha - implement ``.delegate`` for .experimental - annotation support for getType() -- ``concept`` needs to be refined, a nice name for the feature is not enough. - make '--implicitStatic:on' the default; then we can also clean up the 'static[T]' mess in the compiler! - ``not`` or ``~`` for the effects system |