todo.txt updates

This commit is contained in:
Andreas Rumpf
2017-11-16 20:49:34 +01:00
parent 5883d727a8
commit 42be656b94

View File

@@ -1,8 +1,6 @@
version 1.0 battle plan
=======================
- make 'break' not leave named blocks
- make FlowVar compatible to Futures
- fix "high priority" bugs
- try to fix as many compiler crashes as reasonable
@@ -10,6 +8,8 @@ version 1.0 battle plan
Not critical for 1.0
====================
- make 'break' not leave named blocks
- make FlowVar compatible to Futures
- make 'not nil' the default (produce warnings instead of errors for
a smooth migration path)
- case objects needs to be safe and need to support pattern matching