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

ruby-changes:64827

From: Nobuyoshi <ko1@a...>
Date: Mon, 11 Jan 2021 14:06:03 +0900 (JST)
Subject: [ruby-changes:64827] 5e00eeb4d4 (master): [ruby/matrix] use an exclusive range [Bug #17521]

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

From 5e00eeb4d445fe28ec16b7c28cc9c02c5fc764db Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 11 Jan 2021 14:00:35 +0900
Subject: [ruby/matrix] use an exclusive range  [Bug #17521]


diff --git a/spec/ruby/library/matrix/exponent_spec.rb b/spec/ruby/library/matrix/exponent_spec.rb
index 7eb478e..71c5f97 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_bug '#17521', ''..'3.0.0' do
+    ruby_bug '#17521', ''...'3.0.1' do
       describe "that is 0" do
         it "returns the identity for square matrices" do
           m = Matrix[ [1, 1], [1, 1] ]
-- 
cgit v0.10.2


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

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