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

ruby-changes:65802

From: Yusuke <ko1@a...>
Date: Tue, 6 Apr 2021 15:20:27 +0900 (JST)
Subject: [ruby-changes:65802] 93c73ab898 (master): spec/ruby/library/matrix/: Change the version guard to 3.0.2

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

From 93c73ab8982b23faed6d19b82c0f17de9338ff13 Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Tue, 6 Apr 2021 15:19:23 +0900
Subject: spec/ruby/library/matrix/: Change the version guard to 3.0.2

[Bug #17521] is not backported to 3.0.1.
---
 spec/ruby/library/matrix/exponent_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/ruby/library/matrix/exponent_spec.rb b/spec/ruby/library/matrix/exponent_spec.rb
index a310cc2..a05826a 100644
--- a/spec/ruby/library/matrix/exponent_spec.rb
+++ b/spec/ruby/library/matrix/exponent_spec.rb
@@ -34,7 +34,7 @@ describe "Matrix#**" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/matrix/exponent_spec.rb#L34
       end
     end
 
-    ruby_version_is '3.0.1' do # https://bugs.ruby-lang.org/issues/17521
+    ruby_version_is '3.0.2' do # https://bugs.ruby-lang.org/issues/17521
       describe "that is 0" do
         it "returns the identity for square matrices" do
           m = Matrix[ [1, 1], [1, 1] ]
-- 
cgit v1.1


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

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