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

ruby-changes:5254

From: knu <ko1@a...>
Date: Mon, 2 Jun 2008 18:14:06 +0900 (JST)
Subject: [ruby-changes:5254] Ruby:r16753 (ruby_1_8): Not "should now" but "must" in the first place.

knu	2008-06-02 18:13:52 +0900 (Mon, 02 Jun 2008)

  New Revision: 16753

  Modified files:
    branches/ruby_1_8/ChangeLog

  Log:
    Not "should now" but "must" in the first place.
    
    This was a latent bug exposed by a recent internal change of marshal.c
    to call respond_to? with a second argument.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=16753&r2=16752&diff_format=u

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 16752)
+++ ruby_1_8/ChangeLog	(revision 16753)
@@ -1,8 +1,10 @@
 Mon Jun  2 16:30:17 2008  Akinori MUSHA  <knu@i...>
 
 	* lib/delegate.rb (DelegateClass, Delegator#respond_to?):
-	  respond_to? should now take optional second argument; submitted
-	  by Jeremy Kemper <jeremy at bitsweat.net> in [ruby-core:17045].
+	  respond_to? must take optional second argument.  This was a
+	  latent bug exposed by a recent internal change of marshal.c to
+	  call respond_to? with a second argument; submitted by Jeremy
+	  Kemper <jeremy at bitsweat.net> in [ruby-core:17045].
 
 Mon Jun  2 15:56:36 2008  Akinori MUSHA  <knu@i...>
 

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

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