Commit graph

8 commits

Author SHA1 Message Date
Markus Schirp
73bd2013aa Generate mutations in env 2014-07-14 15:01:06 +00:00
Dan Kubb
e321d7a00d Fix spelling mistakes 2014-07-10 15:56:01 -07:00
Markus Schirp
2070c8d9d2 Fix whitespace 2014-07-07 19:54:28 +00:00
Markus Schirp
a53a4d2d67 Add a spec for matching methods without source location 2014-07-06 03:00:21 +00:00
Markus Schirp
41d9700473 Refactor runer infrastructure
* Nuke around 800 lock
* Honor LSP with not anymore squeezing something non LSP compatible in
  the same inheritance tree.
* Separate running from result tree.
* Clean up kill logic and early exits on already dead mutations.
* Fix #runnin? smell for reporters.
* Decouple config object from VM state. Makes it serializable to enable
  config loading.
* Fix sequence of global VM events to match PRIOR rspec infects VM with
  gazillions of classes / modules. Thix fixes a startup speed
  degeneration.
* Various fixes to enhance determinism.
* Replace some unneded manual double dispatch with single manual dispatch for
  reporter / runners.
2014-07-05 23:04:38 +00:00
Markus Schirp
efa12158d1 Avoid multiple enumeration of object space 2014-07-02 17:47:51 +00:00
Markus Schirp
d63f3d68bd Write warnings from matchers through reporter 2014-06-30 13:19:47 +00:00
Markus Schirp
3390abc675 Use environment object inside matchers
This will allow to use reporters from matchers avoiding stupid direct
writes to $stderr.

Also it will allow to remove matching from CLI altogether in a phase of
the runner. Allowing to decouple Mutant::Config from VM environment
allowing to serialize it ;)

Step by step. Takes a while.
2014-06-30 13:08:52 +00:00