diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-06-05 20:15:19 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-06-06 13:13:04 +0200 |
commit | 157cd6d8d6f2fc06e03a9ca1108ea3d81146ca6b (patch) | |
tree | eb3e1b0f7cac1166355ed0af3ef63a31f0ac0314 /todo.txt | |
parent | f1da30877654cff189e906d8a089d0f7a5515952 (diff) | |
download | Nim-157cd6d8d6f2fc06e03a9ca1108ea3d81146ca6b.tar.gz |
updated todo.txt
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt index 542f096fb..863811ddf 100644 --- a/todo.txt +++ b/todo.txt @@ -12,18 +12,17 @@ essential for 1.0 - overloading of `()` needs to be in .experimental - find a solution for the x.f[T](y) gotcha - ``concept`` needs to be refined, a nice name for the feature is not enough. -- Destructors need to be refined. - make '--implicitStatic:on' the default; then we can also clean up the 'static[T]' mess in the compiler! - - Deprecate ``immediate`` for templates and macros - document NimMain and check whether it works for threading -- ``not`` or ``~`` for the effects system Not critical for 1.0 ==================== +- Destructors need to be refined. +- ``not`` or ``~`` for the effects system - document and stress test ``.partial`` object declarations - add "all threads are blocked" detection to 'spawn' - figure out why C++ bootstrapping is so much slower |