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

ruby-changes:33255

From: nobu <ko1@a...>
Date: Fri, 14 Mar 2014 13:29:47 +0900 (JST)
Subject: [ruby-changes:33255] nobu:r45334 (trunk): NEWS: change at r45327

nobu	2014-03-14 13:29:36 +0900 (Fri, 14 Mar 2014)

  New Revision: 45334

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

  Log:
    NEWS: change at r45327

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 45333)
+++ NEWS	(revision 45334)
@@ -32,6 +32,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L32
     * When flushing file IO, you cannot assume that the metadata of the file
       is updated immediately.  On some platforms (especially Windows), it is
       delayed until the filesystem load is decreased.
+* Proc
+  * incompatible changes:
+    * ArgumentError is no longer raised when lambda Proc is passed as a
+      block, and the number of yielded arguments does not match the formal
+      arguments of the lambda, if just an array is yielded and its length
+      matches.
 
 === Stdlib updates (outstanding ones only)
 

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

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