Commit graph

8 commits

Author SHA1 Message Date
Dan Kubb
39b0195051 Remove redundant module inclusion
* Including Result already includes Adamantium::Flat and Anima::Update
2014-08-10 23:52:10 -07:00
Tim Chambers
fe72c94b94 Fix miscellaneous typos
Mostly in comments and documentation, but one method name was corrected to match documentation.
2014-08-07 09:00:31 -07:00
Markus Schirp
105730f5ba Add parallel runner / reporter 2014-07-17 15:05:57 +00:00
Markus Schirp
d6eeff7a57 Deduplicate runtime tracking in result computation 2014-07-14 14:04:10 +00:00
Markus Schirp
98116a63d9 Arange code in a better way 2014-07-11 22:52:34 +00:00
Dan Kubb
e321d7a00d Fix spelling mistakes 2014-07-10 15:56:01 -07:00
Markus Schirp
7813f92412 Add better noop/neutral reporting 2014-07-07 15:04:34 +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