Commit graph

17 commits

Author SHA1 Message Date
Markus Schirp
51aaf8aea6 Simplify collector and result internals 2014-10-08 00:10:58 +00:00
Markus Schirp
97103b88f4 Revert "Revert "Use threads for parallelization""
This reverts commit 2735221fb5.
2014-09-24 19:57:32 +00:00
Markus Schirp
c976dfb209 Allow diffs to be created from overlapping hunks
[fix #228][fix #225]
2014-08-11 17:40:46 +00:00
Markus Schirp
b9890801c1 Add specs for Reporter::CLI.build 2014-08-11 14:52:31 +00:00
Markus Schirp
fe4f62e109 Cleanup CLI reporter format specs 2014-08-11 14:29:32 +00:00
Markus Schirp
ac8fe85810 Add output format representation
Upcoming commits will add a progressive reporter that does NOT require a
rewindable output. Usefull for imperfect terminal emulations as on CI
etc.
2014-08-10 22:09:31 +00:00
Markus Schirp
6df5811a87 Use RSpec as receiver for rspec DSL methods
* I dislike the global infection RSpec does. This commit is a first step
  to get a rid of it.
* Also remove the need for `require 'spec_helper` in each spec file with
  adjusting `.rspec`.
2014-08-10 21:04:07 +00: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
Tim Chambers
ff887352b8 Update spec to match additional source info on not exactly one diff type mutation 2014-08-05 10:51:50 -07:00
Markus Schirp
bc8ccb6b54 Add number of processes to reporting 2014-07-17 15:10:50 +00:00
Markus Schirp
105730f5ba Add parallel runner / reporter 2014-07-17 15:05:57 +00:00
Markus Schirp
496dbe24d2 Include require and include setup in progress report 2014-07-16 10:31:07 +00:00
Markus Schirp
4a5c708ffb Report amount of total mutations in progress 2014-07-16 09:35:35 +00:00
Markus Schirp
7813f92412 Add better noop/neutral reporting 2014-07-07 15:04:34 +00:00
Markus Schirp
c4f76edd37 Add specs for CLI progress reporter 2014-07-06 21:51:22 +00:00
Markus Schirp
0bebec4871 Add specification for reporting diff errors 2014-07-05 23:08:15 +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