Add note about to how to handle warnings

This commit is contained in:
Markus Schirp 2013-01-03 23:38:40 +01:00
parent fefa9b75bc
commit f040480fed

1
TODO
View file

@ -2,6 +2,7 @@ Code:
* Test mutant with dynamically created zombie.
* Fix ugly code within default parameter mutations
* Break up lib/mutant/mutator/node/send.rb in class specific files
* Log all warnings throug reporter, so remove random $stderr.puts calls
AST:
* Fix the rubinius AST to allow setting @vcall_style variable in Rubinius::AST::Send nodes.