Markus Schirp
212831b107
Refactor mutation emitter to support unparser 0.1.0
...
Cleans up the body mutator and fix blind spot.
2013-09-06 01:43:17 +02:00
Dan Kubb
47e2827adf
Update code to be simpler
2013-07-28 17:46:03 -07: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
46f90aa328
Fix all style warnings under spec/**/*.rb
2013-07-29 00:25:15 +02:00
Markus Schirp
c4ce08e3b8
Display original code in shared mutator error message
2013-06-23 21:57:44 +02:00
Markus Schirp
75409b0199
Fix misspelling in shared mutator behavior
2013-06-21 23:53:34 +02:00
Markus Schirp
20418d0969
Use positive branching in shared mutatro examples
2013-06-21 19:10:16 +02:00
Markus Schirp
f0870d0043
Use single quotes for non interpolated string literal
2013-06-21 18:45:13 +02:00
Markus Schirp
ee6b8ddb71
Fix spelling
2013-06-21 16:14:34 +02:00
Markus Schirp
1d027d3443
Remove complexity in shared mutator examples
2013-06-21 15:07:40 +02:00
Markus Schirp
2d9da54041
Fix begin mutator
2013-06-14 21:11:54 +02:00
Markus Schirp
ededf82ebe
Port single variable assignment mutator to parser
2013-06-14 21:11:54 +02:00
Markus Schirp
90aa3589fa
Port mutation generator infrastructure to parser
2013-06-14 21:11:54 +02:00
Markus Schirp
fca5b8a168
Port method extraction to parser based ast
2013-06-14 21:11:54 +02:00
Markus Schirp
97a75dd062
Cleanup mutation generation
...
This is a reaction to the to_source rewrite
* Do not use 1.8 specific nodes anymore
* Do not generate AST nodes that would not be generatable from source
2013-01-09 20:43:06 +01:00
Markus Schirp
3dc23c5238
Mutate method call receivers
2012-12-29 16:12:55 +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
b5430e2000
Cleanup crashes and invalid mutants
2012-12-07 23:27:21 +01:00
Markus Schirp
5a2f71abec
Fix shared mutator spec failure reporting
2012-12-06 19:51:48 +01:00
Markus Schirp
000380c1e0
Emit vcall mutation again
2012-12-06 12:32:16 +01:00
Markus Schirp
6f8d4e1cfa
Do not create empty blocks on mutations
2012-08-13 20:40:00 +02:00
Markus Schirp
414c572d03
Rename shared mutation examples
2012-08-01 14:58:24 +02:00