Commit graph

14 commits

Author SHA1 Message Date
John Backus
eeb05a7188
Change Node#dispatch comments to standardize
Node mutator classes all have a central #dispatch method that were
previously all documented with similar but inconsistent short
descriptions:

  - "Emit mutations"
  - "Emit mutants"
  - "Perform dispatch"

This commit standardizes these comments to "Emit mutations"
2016-06-18 15:56:22 -07:00
John Backus
b71c04fade Add kwoptarg mutations 2016-04-05 01:21:04 -07:00
John Backus
2bcbfde35a Add kwarg mutations 2016-04-05 01:17:00 -07:00
Markus Schirp
b7fdf846bc Remove redundant @api private YARD docs 2015-11-15 23:13:43 +00:00
John Backus
44bb90e4a0 Mutate arg into _foo instead of foo__mutant__
- Changes mutation `foo` -> `_foo` instead of `foo` -> `foo__mutant__`
- closes #292
2015-08-13 22:17:22 -04:00
Markus Schirp
4bd15abeb6 Fix positioning of @api YARD tag 2015-07-02 03:35:54 +00:00
Markus Schirp
5fdaf9de15 Kill redundant YARD docs 2014-06-15 19:28:57 +00: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
a0a7eb3885 Do not emit name mutation for underscored optional arguments
Closes #98
2013-12-04 18:51:36 +01: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
2d0c57ba07 Fix generation of invalid ast via parent tracking 2013-06-24 22:10:40 +02:00
Markus Schirp
5ecb8a4b4a Improve ussage of child nameing in arguments mutator 2013-06-21 15:52:46 +02:00
Markus Schirp
e98a55ae87 Use child nameing in argument 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