free_mutant/lib/mutant
Markus Schirp d8e6805206 Fix actor race condition
* Use the `ConditionVariable` primitive to fix rece between stopped
  receiver Thread and its wake signal.
* Race was only observable via synthetical benchmarks and explicit
  sleeps between unlocking receiver mutex and Thread.stop
* Simplifies code a lot as thread must not be passed around anymore
2014-12-06 04:37:20 +00:00
..
actor Fix actor race condition 2014-12-06 04:37:20 +00:00
ast Correct miscellaneous typos 2014-11-22 11:16:07 -08:00
context Add specs and simplify Scope.wrap 2014-11-17 19:50:16 +00:00
expression Correct miscellaneous typos 2014-11-22 11:16:07 -08:00
integration Remove redundant require 2014-12-03 14:36:39 +00:00
matcher
meta Correct miscellaneous typos 2014-11-22 11:16:07 -08:00
mutator Fix YARD coverage 2014-12-01 18:33:47 +00:00
reporter Fine grained rspec integration 2014-12-01 22:43:28 +00:00
runner Fine grained rspec integration 2014-12-01 22:43:28 +00:00
subject Remove warning expectations 2014-11-27 16:37:28 +00:00
zombifier
actor.rb Fix YARD coverage 2014-12-01 18:33:47 +00:00
ast.rb Prefer Kernel#fail over Kernel#raise 2014-11-17 17:00:05 +00:00
cache.rb
cli.rb Handle integration load errors with better message 2014-11-30 23:22:21 +00:00
color.rb
config.rb Use actor based parallelization 2014-11-30 23:11:01 +00:00
context.rb
delegator.rb
diff.rb
env.rb Use actor based parallelization 2014-11-30 23:11:01 +00:00
expression.rb
integration.rb Fine grained rspec integration 2014-12-01 22:43:28 +00:00
isolation.rb Use actor based parallelization 2014-11-30 23:11:01 +00:00
loader.rb Add specs for Mutation#insert 2014-11-17 20:35:05 +00:00
matcher.rb
meta.rb
mutation.rb Fine grained rspec integration 2014-12-01 22:43:28 +00:00
mutator.rb Add specs for Mutator::Registry and simplify it 2014-11-17 19:24:20 +00:00
reporter.rb
require_highjack.rb
result.rb Fine grained rspec integration 2014-12-01 22:43:28 +00:00
runner.rb Fix actor race condition 2014-12-06 04:37:20 +00:00
subject.rb Reduce public interface of Subject 2014-11-17 21:40:39 +00:00
test.rb Fine grained rspec integration 2014-12-01 22:43:28 +00:00
version.rb Fix actor race condition 2014-12-06 04:37:20 +00:00
warning_filter.rb
zombifier.rb