Commit graph

12 commits

Author SHA1 Message Date
Tim Chambers
502bbf68c2 Correct parameter references in documentation comments 2014-08-07 09:47:28 -07:00
Markus Schirp
a19f3b1691 Nuke UTF-8 encoding headers
* I do not use 1.9.3
* Also keeping them in each file increases mental overhead (true it *can* be autoamted)
* None of the files encodes NON ASCII chars.
* I do not expect it makes any difference, since nobody programmatically
  will consume strings generated by mutant under the assumption they are UTF-8 encoded.
* 1.9.3 Users have to deal with the encoding fuckup under ruby anyways.
2014-06-09 15:37:48 +00:00
Markus Schirp
c5f5d595ca Correctly avoid mutations that produce differend AST but same source
* Add detection for this case in Example::Verification
* Revert source location killing Normalization after parse.
* Closes #198
2014-06-09 14:56:15 +00:00
Markus Schirp
a227c2f1d2 Rename emit_self to emit_type 2014-06-03 03:51:22 +00:00
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
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
811b4737da Fix begin mutator to visit children 2013-07-25 20:23:30 +02:00
Markus Schirp
36011568d5 Move nil body mutation to parent nodes
This ensures mutant all the time creates semantically valid asts.
2013-07-05 03:03:33 +02:00
Markus Schirp
2d0c57ba07 Fix generation of invalid ast via parent tracking 2013-06-24 22:10:40 +02:00
Markus Schirp
7adbb632b7 Fix edge cases in begin mutator 2013-06-21 15:07:40 +02:00
Markus Schirp
d6481615af Port argument mutators to parser 2013-06-14 21:11:54 +02:00
Markus Schirp
2d9da54041 Fix begin mutator 2013-06-14 21:11:54 +02:00