Update mutant on mutant notes
This commit is contained in:
parent
8c1fa8dace
commit
ef472cef20
1 changed files with 7 additions and 5 deletions
12
TODO
12
TODO
|
@ -1,9 +1,11 @@
|
|||
* Get a rid of heckle and test mutant with mutant.
|
||||
This is interesting IMHO mutant should have another entry point
|
||||
that does not create the ::Mutant namespace.
|
||||
This will be easy when there is a gem release.
|
||||
This ::Zombie namespace can be created with dynamically creating a
|
||||
new library under a differend load path. Also a gem release
|
||||
could provide this feature.
|
||||
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.
|
||||
* Get a rid of rspec-1 (can be done once we do not use heckle anymore)
|
||||
* Add an infrastructure to whitelist components to heckle.
|
||||
|
|
Loading…
Reference in a new issue