Remove compleated TODO items
This commit is contained in:
parent
84e4add8c2
commit
96d291f2ca
1 changed files with 0 additions and 9 deletions
9
TODO
9
TODO
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue