2012-12-07 05:56:16 -05:00
|
|
|
* Test mutant with zombie.
|
2012-07-26 13:25:23 -04:00
|
|
|
* Allow matches on attr_reader with literal name argument(s)?
|
|
|
|
* Allow matches on define_method with literal name argument?
|
2012-07-27 16:39:31 -04:00
|
|
|
* 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.
|
2012-07-31 16:20:12 -04:00
|
|
|
* Add support remaining dynamic literals
|
2012-07-30 16:18:00 -04:00
|
|
|
* Mutate options on Regexp literals
|
2012-07-31 16:20:12 -04:00
|
|
|
* Support the numerous Rubinius::AST::SendWithArguments mutations.
|
2012-08-01 08:38:12 -04:00
|
|
|
* Fix rubinius to allow setting @vcall_style variable in Rubinius::AST::Send nodes.
|
2012-12-07 10:55:53 -05:00
|
|
|
* Aggregate warnings on missing spec files
|
2012-12-07 11:27:36 -05:00
|
|
|
* Make sure loader does not change visibility of injected mutants
|
2012-12-07 12:41:25 -05:00
|
|
|
* Collect emmited mutants per subtree and do not emit the same subtree twice.
|