todo.txt update

This commit is contained in:
Andreas Rumpf
2016-07-18 11:36:19 +02:00
parent c3315bc763
commit 55db59a897

View File

@@ -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.