[前][次][番号順一覧][スレッド一覧]

ruby-changes:69847

From: Hiroshi <ko1@a...>
Date: Mon, 22 Nov 2021 10:51:57 +0900 (JST)
Subject: [ruby-changes:69847] f86b773b5c (ruby_3_0): Bump rinda version to 0.1.1

https://git.ruby-lang.org/ruby.git/commit/?id=f86b773b5c

From f86b773b5c46a6f9e7df259913708671cedfd38e Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 11 Nov 2021 17:33:27 +0900
Subject: Bump rinda version to 0.1.1

---
 lib/rinda/rinda.gemspec  | 2 +-
 test/rinda/test_rinda.rb | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/rinda/rinda.gemspec b/lib/rinda/rinda.gemspec
index 1cc5a453d8f..0c13e3c2df1 100644
--- a/lib/rinda/rinda.gemspec
+++ b/lib/rinda/rinda.gemspec
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/rinda/rinda.gemspec#L1
 Gem::Specification.new do |spec|
   spec.name          = "rinda"
-  spec.version       = "0.1.0"
+  spec.version       = "0.1.1"
   spec.authors       = ["Masatoshi SEKI"]
   spec.email         = ["seki@r..."]
 
diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb
index 00e1ba78773..f155e88de1e 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -402,7 +402,7 @@ module TupleSpaceTestModule https://github.com/ruby/ruby/blob/trunk/test/rinda/test_rinda.rb#L402
   end
 
   def test_cancel_02
-    skip 'this test is unstable with --jit-wait' if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
+    skip 'this test is unstable with --jit-wait' if defined?(RubyVM::JIT) && RubyVM::JIT.enabled?
     entry = @ts.write([:removeme, 1])
     assert_equal([[:removeme, 1]], @ts.read_all([nil, nil]))
     entry.cancel
@@ -662,7 +662,7 @@ class TestRingServer < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/rinda/test_rinda.rb#L662
   end
 
   def test_do_reply_local
-    skip 'timeout-based test becomes unstable with --jit-wait' if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
+    skip 'timeout-based test becomes unstable with --jit-wait' if defined?(RubyVM::JIT) && RubyVM::JIT.enabled?
     with_timeout(30) {_test_do_reply_local}
   end
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]