mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
added note
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
52a57a7e33
commit
488994cbce
1 changed files with 5 additions and 1 deletions
|
@ -12,9 +12,13 @@ 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.
|
||||
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@mrkn.jp> 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@segment7.net>
|
||||
|
||||
|
|
Loading…
Reference in a new issue