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

ruby-changes:31999

From: mrkn <ko1@a...>
Date: Sun, 8 Dec 2013 23:30:17 +0900 (JST)
Subject: [ruby-changes:31999] mrkn:r44078 (trunk): Fix the description in ChangeLog

mrkn	2013-12-08 23:30:03 +0900 (Sun, 08 Dec 2013)

  New Revision: 44078

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

  Log:
    Fix the description in ChangeLog

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 44077)
+++ ChangeLog	(revision 44078)
@@ -10,7 +10,8 @@ Sun Dec  8 20:26:54 2013  Yutaka Kanemot https://github.com/ruby/ruby/blob/trunk/ChangeLog#L10
 Sun Dec  8 20:21:00 2013  Kenta Murata  <mrkn@m...>
 
 	* bigdecimal.c (BigDecimal_coerce): convert a Float to a BigDecimal instead
-	  of converting the receiver to a Float.
+	  of converting the receiver to a Float.  The reason is there are BigDecimal
+	  instances with precisions that is smaller than the Float's precision.
 	  [ruby-core:58756] [Bug #9192]
 
 	* test/bigdecimal/test_bigdecimal.rb: add tests for the above change.

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

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