summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index 09605f391..9e22e9561 100755
--- a/todo.txt
+++ b/todo.txt
@@ -1,6 +1,7 @@
 version 0.9.0
 =============
 
+- complete and document optional indentation for 'case' statement
 - implement a warning message for shadowed 'result' variable
 - make templates hygienic by default: try to gensym() everything in the 'block'
   of a template
@@ -149,9 +150,6 @@ Version 2 and beyond
 - implement/generalize the effect system; checked exceptions
 - const ptr/ref
 
-- optional indentation for 'case' statement; hm, keep in mind other syntax
-  changes that people want; may turn out to be a bad idea
-
 - language change: inheritance should only work with reference types, so that
   the ``type`` field is not needed for objects! --> zero overhead aggregation
   BETTER: ``of`` and safe object conversions only work with ref objects. Same