Remove compleated TODO items

This commit is contained in:
Markus Schirp 2013-06-24 23:30:22 +02:00
parent 84e4add8c2
commit 96d291f2ca

9
TODO
View file

@ -1,12 +1,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 through reporter, so remove random $stderr.puts calls
* Use rational to represent percent values
AST:
* Use whitequarcks parser and the to be writte unparser. This fixes all RBX AST issues.
Mutations:
* Add binary operator specific mutations (YAY, finally reached this point)
@ -34,9 +29,6 @@ Killers:
* Add a general master <=> killer IPC interface. So different strategies of isolation
(fork, vs jruby runtime creation) will work without big impact.
Kill:
* Introduce mutant Kill that acts as a DTO between killer and runner. (Simplifies reporting)
Strategy:
* Aggregate warnings on missing spec files
* Provide "expicit files to kill with" strategy
@ -46,5 +38,4 @@ Matcher:
* Allow matches on define_method with literal name argument?
jruby-support:
* Use whitequarck parser
* Create a runtime per mutation to kill mutations in isolation