added reason why revert.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2013-09-17 01:59:52 +00:00
parent 41114caa4f
commit 52a57a7e33

View File

@ -11,6 +11,10 @@ Mon Sep 16 00:44:23 2013 Masaki Matsushita <glass.saga@gmail.com>
Sun Sep 15 13:31:23 2013 Tadayoshi Funaba <tadf@dotrb.org>
* rational.c (nurat_div): reverted r28844, r28886 and r28887.
REASON: Nobuyoshi Nakada <nobu@ruby-lang.org>'s commits are buggy.
So Rational#/ may produces exact number with inexact number.
Moreover, without reducing.
REALLY NONSENSE COMMITS.
Sat Sep 14 06:08:10 2013 Eric Hodel <drbrain@segment7.net>