From c3c06b61ab1788f46a6a5a2cb0689c918fc6f7c9 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 29 Dec 2012 14:17:46 +0100 Subject: [PATCH] Update TODO --- TODO | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index c16a070d..882572ed 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ Code: * Test mutant with dynamically created zombie. - * Replace nil or add "do not touch me object" to literal mutations. * Fix ugly code within default parameters AST: @@ -9,10 +8,13 @@ AST: Mutations: * Add some kind of a "do not touch me object" that raises on all messages. It can be used to make sure each literal value is touched. + * Replace nil or add "do not touch me object" to literal mutations. * Mutate options on Regexp literals - * Make sure loader does not change visibility of injected mutants * Add mutations for dynamic regexp symbol and string literals - * Mutate method chaining with omissions or reorderin + * Mutate "def foo; bar; end" to "def foo; self; end"? + +Loader: + * Make sure loader does not change visibility of injected mutants Killers: * Aggregate warnings on missing spec files