Markus Schirp
|
13f3c2f119
|
Remove include of AbstractType in non abstract class
This occurance was a leftover and abstract type gained the ability to
prevent instantiation of non base classes lately.
|
2013-10-31 17:39:11 +01:00 |
|
Markus Schirp
|
9523c66726
|
Use 1.9 style hash syntax where possible
|
2013-09-07 20:27:06 +02:00 |
|
Markus Schirp
|
8bddef0171
|
Add support for mutating start and end nodes for range literals
|
2013-09-02 20:49:52 +02:00 |
|
Markus Schirp
|
133713b4fd
|
Fix warnings in literal range mutator
|
2013-09-02 20:38:54 +02:00 |
|
Dan Kubb
|
7293386c26
|
Add magic encoding header to all ruby files
* rubocop still warns about this on ruby 1.9.3, so it was fixed so
it produces less output on travis.
|
2013-07-28 16:03:06 -07:00 |
|
Markus Schirp
|
636e189b06
|
Fix remaniung rubocop issues in Mutator::Node
|
2013-07-27 21:14:41 +02:00 |
|
Markus Schirp
|
50263607b8
|
Use child nameing in literal range mutator
|
2013-06-21 15:31:20 +02:00 |
|
Markus Schirp
|
56fb2c7285
|
Port case mutations to parser
|
2013-06-14 21:12:09 +02:00 |
|
Markus Schirp
|
6b2e2a8bb0
|
Initial round of refactoring
* Remove some RBX only nodes
* Register parser types
* Remove all occurences of ::Rubinius when loading libraries
|
2013-06-14 21:11:54 +02:00 |
|
Markus Schirp
|
eb6ea9a74f
|
Metric driven code refactoring
Break some classes, rename stuff etc.
|
2013-01-04 22:16:03 +01:00 |
|
Markus Schirp
|
b5430e2000
|
Cleanup crashes and invalid mutants
|
2012-12-07 23:27:21 +01:00 |
|
Markus Schirp
|
69e9de95ed
|
Extract node specific mutator base class
|
2012-12-06 21:30:28 +01:00 |
|