Commit Graph

15 Commits

Author SHA1 Message Date
Markus Schirp cb2ca5132e Remove redundant freeze calls
* Rubocop meanwhile knows the singleton class problem.
2018-12-25 11:42:51 +00:00
Markus Schirp d6a2195744 Upgrade parser dependency 2018-09-12 13:15:43 +00:00
Markus Schirp 99ab9ff171 Change required Ruby version to >=2.3
* This commit does every 2.3 change required to get the build pass
* None of the changes can be extracted, without changing the build setup
2018-09-12 14:21:24 +00:00
Markus Schirp b7fdf846bc Remove redundant @api private YARD docs 2015-11-15 23:13:43 +00:00
Markus Schirp 4bd15abeb6 Fix positioning of @api YARD tag 2015-07-02 03:35:54 +00:00
Markus Schirp 9623cd27ab Add specs for Mutator::Registry and simplify it 2014-11-17 19:24:20 +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 caf6c368d0 Remove indeterministic mutations
A mutation test that passes/fails on code today should also pass/fail on
the same code tomorrow.

* Closes #173
* Closes #127
* Closes #27
2014-05-10 14:37:25 +00: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 1f25ab3ded Cosmetic end comments 2013-06-14 21:12:10 +02:00
Markus Schirp ededf82ebe Port single variable assignment mutator to parser 2013-06-14 21:11:54 +02:00
Markus Schirp 4ccb6e86ac Do not ugnore underscored symbols in util mutator
This *ignore* should be done at the argument / variable mutator!
2013-06-14 21:11:54 +02:00
Markus Schirp 01d3ebcd88 Fix yard tag 2013-01-04 00:21:30 +01:00
Markus Schirp 07bb7b5bf6 Do not mutate underscore prefixed args or lvars 2012-12-29 23:07:45 +01:00
Markus Schirp fce6d5c06e Metric diven cleanups and break large classes
* Formal argument mutations are still very dirty :(
2012-12-29 20:12:48 +01:00