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

ruby-changes:59406

From: Marc-Andre <ko1@a...>
Date: Mon, 23 Dec 2019 16:58:06 +0900 (JST)
Subject: [ruby-changes:59406] 7df2503b77 (master): NEWS: Hint at potential incompatibility with Range#minmax [#15807]

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

From 7df2503b7770147a8589a594bf30726f733b1d86 Mon Sep 17 00:00:00 2001
From: Marc-Andre Lafortune <github@m...>
Date: Mon, 23 Dec 2019 01:37:45 -0500
Subject: NEWS: Hint at potential incompatibility with Range#minmax [#15807]


diff --git a/NEWS b/NEWS
index 53f9109..bc9cf8d 100644
--- a/NEWS
+++ b/NEWS
@@ -407,7 +407,7 @@ Range:: https://github.com/ruby/ruby/blob/trunk/NEWS#L407
   New method::
 
     * Added Range#minmax, with a faster implementation than Enumerable#minmax.
-      [Bug #15807]
+      It returns a maximum that now corresponds to Range#max. [Bug #15807]
 
 RubyVM::
 
-- 
cgit v0.10.2


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

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