Update TODO

This commit is contained in:
Markus Schirp 2012-08-29 13:43:53 +02:00
parent 74a7477e1c
commit ebea57a950

1
TODO
View file

@ -19,3 +19,4 @@
* Fix rubinius to allow setting @vcall_style variable in Rubinius::AST::Send nodes.
* Add mutations on the conditions of case statements. (Rubinius::AST::When)
* Move shared mutations into modules. The mutator base class is the wrong location to hold them.
* Extract equalizer from veritas into own module