2012-07-23 10:37:44 -04:00
|
|
|
* Get a rid of heckle and test mutant with mutant.
|
|
|
|
This is interesting IMHO mutant should have another entry point
|
2012-07-23 10:53:02 -04:00
|
|
|
that does not create the ::Mutant namespace, ideas:
|
|
|
|
* ::Zombie namespace can be created with dynamically creating a
|
|
|
|
new library under a differend load path.
|
|
|
|
* This second entry point should NOT be a plain namespace alias, a full
|
|
|
|
copy of the library so the mutator does not mutate itself.
|
|
|
|
* Maybe the full clone could be generated by evaluating the full mutant ast
|
|
|
|
a second time with a differend module name ast node.
|
2012-07-23 10:37:44 -04:00
|
|
|
* Get a rid of rspec-1 (can be done once we do not use heckle anymore)
|
2012-07-23 16:54:35 -04:00
|
|
|
* Add an infrastructure to whitelist for components to heckle on ruby-1.8.
|
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-26 18:28:17 -04:00
|
|
|
* Make sure file is set in generated asts. Has a stupid default corrently.
|
2012-07-27 16:39:31 -04:00
|
|
|
* Remove duplicated code in Mutatand::Mutator::*
|
|
|
|
* 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.
|
|
|
|
* Add remaining literals
|
2012-07-30 16:18:00 -04:00
|
|
|
* Mutate options on Regexp literals
|
2012-07-30 15:40:49 -04:00
|
|
|
* Use inheritable alias once (virtus,veritas,mapper,session, ...) support gem is born.
|