lib/rake/comp_tree/algorithm.rb in drake-0.8.2.1.0.6 vs lib/rake/comp_tree/algorithm.rb in drake-0.8.2.1.0.7

- old
+ new

@@ -1,11 +1,11 @@ -require 'rake/comp_tree/quix/diagnostic' +require 'rake/comp_tree/diagnostic' require 'rake/comp_tree/retriable_fork' module Rake::CompTree module Algorithm - include Quix::Diagnostic + include Diagnostic def compute_multithreaded(root, num_threads, use_fork, buckets) trace "Computing #{root.name} with #{num_threads} threads" result = nil mutex = Mutex.new