From 96d291f2cad41dd484ea034a2f37b1e0b98f3608 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 24 Jun 2013 23:30:22 +0200 Subject: [PATCH] Remove compleated TODO items --- TODO | 9 --------- 1 file changed, 9 deletions(-) diff --git a/TODO b/TODO index 16c96065..3682a96e 100644 --- a/TODO +++ b/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