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

ruby-changes:30877

From: tadf <ko1@a...>
Date: Tue, 17 Sep 2013 12:02:00 +0900 (JST)
Subject: [ruby-changes:30877] tadf:r42956 (trunk): added note

tadf	2013-09-17 12:01:35 +0900 (Tue, 17 Sep 2013)

  New Revision: 42956

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42956

  Log:
    added note

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42955)
+++ ChangeLog	(revision 42956)
@@ -12,9 +12,13 @@ Sun Sep 15 13:31:23 2013  Tadayoshi Funa https://github.com/ruby/ruby/blob/trunk/ChangeLog#L12
 
 	* rational.c (nurat_div): reverted r28844, r28886 and r28887.
 	REASON: Nobuyoshi Nakada  <nobu@r...>'s commits are buggy.
-	So Rational#/ may produces exact number with inexact number.
+	So Rational#/ may produce exact number with inexact number.
 	Moreover, without reducing.
 	REALLY NONSENSE COMMITS.
+	A bug report by me [ruby-dev:44710] is also caused by this behavior.
+	Kenta Murata  <mrkn@m...> patched it up.
+	But he did not fix the origin.
+	Today, the bug is still alive in ruby 1.9.3 and 2.0.0.
 
 Sat Sep 14 06:08:10 2013  Eric Hodel  <drbrain@s...>
 

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

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