summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 7790a9c8a..1e01793de 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,6 +1,7 @@
 version 0.10
 ============
 
+- fix the bug that keeps 'defer' template from working
 - Test nimfix on various babel packages
 
 
@@ -27,7 +28,6 @@ Low priority:
 Misc
 ----
 
-- fix the bug that keeps 'defer' template from working
 - make '--implicitStatic:on' the default
 - make tuple unpacking work in a non-var/let context
 - special rule for ``[]=``, items, pairs
@@ -62,7 +62,6 @@ version 0.9.x
 - memory manager: add a measure of fragmentation
 - implement 'bits' pragmas
 - we need a magic thisModule symbol
-- provide --nilChecks:on|off
 - ensure (ref T)(a, b) works as a type conversion and type constructor
 - optimize 'genericReset'; 'newException' leads to code bloat