Commit graph

7 commits

Author SHA1 Message Date
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
d46f702d82 Fix YARD docs 2014-06-28 20:52:47 +00:00
Markus Schirp
e9061dc23a Improve YARD documentation 2014-06-10 02:13:15 +00:00
Markus Schirp
a1790e2a2e Avoid block when possible 2014-05-23 03:49:20 +00:00
Markus Schirp
d892eed7c9 Use simpler enumerated method call 2014-05-23 03:47:55 +00:00
Markus Schirp
32e1d53a80 Whitespace 2014-05-23 02:57:43 +00:00
Markus Schirp
5e52cba2c7 Factor out Mutant::Delegator mixin 2014-05-11 17:20:09 +00:00