summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-11-17 05:35:44 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-11-17 07:30:34 +0900
commitdd57cb71125dd47ae61abfb5df34c14888ac0787 (patch)
tree75e2ec42e98ebe9322eea619446d7b022e85c9c9
parent4440566b9522ae5ff6b2bce7b3d8ecd232304eea (diff)
downloadmruby-dd57cb71125dd47ae61abfb5df34c14888ac0787.tar.gz
mruby-dd57cb71125dd47ae61abfb5df34c14888ac0787.zip
update TODO entries; close #2831
-rw-r--r--TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index d3cb483c5..3e195f99b 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,10 @@
Things to do (Things that are not done yet)
-* Special variables ($1,$2..)
+* special variables ($1,$2..)
* super in aliased methods
+* multi-assignment decomposing
+* keyword arguments in def statement
Things to improve (Done but things to fix)
-* Hash (Reduce size. Use khash or save the order)
-* stringEx (Delete encoding、delete CODERANGE、delete everything except UTF-8 or ASCII)
* Make additions as they are noticed.
-