Commit graph

18 commits

Author SHA1 Message Date
Markus Schirp
1fcc9cc40b Handle Rubinius::AST::Break as noop 2012-12-11 00:38:44 +01:00
Markus Schirp
c4caefa706 Handle Rubinius::AST::Next as noop mutator 2012-12-11 00:26:58 +01:00
Markus Schirp
40d5230c68 Introduce noop mutation guards and argument mutators
* Sorry for not splitting up into smaller commit
2012-12-11 00:17:19 +01:00
Markus Schirp
5fed2cb57f Also mutate define arguments 2012-12-10 17:26:56 +01:00
Markus Schirp
de276327f5 Add support for mutating block arguments 2012-12-10 17:11:08 +01:00
Markus Schirp
f6edfb06de Fix crashes from veritas 2012-12-08 03:11:26 +01:00
Markus Schirp
8a4fad0973 Prepend additional elements to datastructurs instead of append
* This makes it far more likely the elements are used in paralel
  assignment. Credits for idea @snusnu!
2012-12-08 01:53:54 +01:00
Markus Schirp
b5430e2000 Cleanup crashes and invalid mutants 2012-12-07 23:27:21 +01:00
Markus Schirp
2761952b47 Handle Rubinius::AST::While with noop mutator 2012-12-07 18:33:13 +01:00
Markus Schirp
083eb50b75 Hande Rubinius::AST::File as noop 2012-12-06 22:38:40 +01:00
Markus Schirp
2c173436f6 Correct name of toplevel constant node 2012-12-06 22:36:14 +01:00
Markus Schirp
3b3333f9ba Register Rubinius::AST::TopLevelConstant under noop mutator 2012-12-06 22:35:23 +01:00
Markus Schirp
adadc01f32 Cleanup docs for hash literal mutator 2012-12-06 22:33:06 +01:00
Markus Schirp
fe941ff74c Cleanup node body mutation 2012-12-06 22:30:57 +01:00
Markus Schirp
e3754434dc Rename emit_body_mutation into emit_attribute_mutation(attribute_name) 2012-12-06 22:05:42 +01:00
Markus Schirp
c5529ba676 Remove some duplication by using emit_body_mutations(attribute_name) 2012-12-06 22:03:22 +01:00
Markus Schirp
e164d1f4a9 Generalize generation of body mutations for sends 2012-12-06 21:54:18 +01:00
Markus Schirp
69e9de95ed Extract node specific mutator base class 2012-12-06 21:30:28 +01:00