Skip to content

Commit

Permalink
remove drb from this branch of comp_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Sep 16, 2008
1 parent 47f18d4 commit 0c6ff50
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 269 deletions.
1 change: 1 addition & 0 deletions contrib/comp_tree/contrib/quix/lib/quix/diagnostic.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

require 'rake/comp_tree/tap'

module Rake ; end
module Rake::CompTree
module Diagnostic
def show(desc = nil, stream = STDOUT, &block)
Expand Down
1 change: 1 addition & 0 deletions contrib/comp_tree/contrib/quix/lib/quix/kernel.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

require 'thread'

module Rake ; end
module Rake::CompTree
module Misc
def let
Expand Down
1 change: 0 additions & 1 deletion contrib/comp_tree/lib/comp_tree/algorithm.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

require 'rake/comp_tree/diagnostic'
require 'rake/comp_tree/retriable_fork'

module Rake::CompTree
module Algorithm
Expand Down
151 changes: 0 additions & 151 deletions contrib/comp_tree/lib/comp_tree/bucket_ipc.rb

This file was deleted.

1 change: 0 additions & 1 deletion contrib/comp_tree/lib/comp_tree/driver.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

require 'rake/comp_tree/bucket_ipc'
require 'rake/comp_tree/diagnostic'
require 'rake/comp_tree/misc'
require 'rake/comp_tree/algorithm'
Expand Down
43 changes: 0 additions & 43 deletions contrib/comp_tree/lib/comp_tree/retriable_fork.rb

This file was deleted.

72 changes: 0 additions & 72 deletions contrib/comp_tree/test/test_bucketipc.rb

This file was deleted.

4 changes: 4 additions & 0 deletions contrib/comp_tree/test/test_comp_tree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
srand(22)

module Rake::CompTree
module RetriableFork
HAVE_FORK = false
end

Thread.abort_on_exception = true
HAVE_FORK = RetriableFork::HAVE_FORK
DO_FORK = (HAVE_FORK and not ARGV.include?("--no-fork"))
Expand Down
2 changes: 1 addition & 1 deletion contrib/comp_tree/test/test_exception.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_exception
if RUBY_PLATFORM =~ %r!java!
puts "skipping #{File.basename(__FILE__)}."
else
[true, false].each { |use_fork|
[false].each { |use_fork|
[true, false].each { |define_all|
assert(
!system(
Expand Down

0 comments on commit 0c6ff50

Please sign in to comment.