diff options
-rw-r--r-- | todo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 38f8ac298..cede141ee 100644 --- a/todo.txt +++ b/todo.txt @@ -3,7 +3,6 @@ version 1.0 battle plan - overloading of `()` and ``.`` needs to be in .experimental - implement ``.delegate`` for .experimental -- find a solution for the x.f[T](y) gotcha - Deprecate ``immediate`` for templates and macros - fix generic multi-methods - fix "high priority" bugs @@ -15,6 +14,8 @@ 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 + - Destructors need to be refined. - annotation support for getType() - ``concept`` needs to be refined, a nice name for the feature is not enough. |