Remove compleated TODO items

This commit is contained in:
Markus Schirp 2013-12-03 10:22:19 +01:00
parent c54bf81206
commit 2bb5d92eca

3
TODO
View file

@ -1,6 +1,5 @@
Code:
* Test mutant with dynamically created zombie.
* Break up lib/mutant/mutator/node/send.rb in class specific files
* Log all warnings through reporter, so remove random $stderr.puts calls
Mutations:
@ -12,9 +11,7 @@ Mutations:
* Mutate options on Regexp literals
* Add mutations for dynamic regexp symbol and string literals
* Mutate "def foo; bar; end" to "def foo; self; end"?
* Emit negative and positive mutations
* Mutate Block catch "def foo(&block)" and block pass "foo(&block)"
* Mutate super arguments just like send arguments
* Binary operator mutations
* Add timeout to terminate infinite loops