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

ruby-changes:5109

From: knu <ko1@a...>
Date: Mon, 26 May 2008 12:06:24 +0900 (JST)
Subject: [ruby-changes:5109] Ruby:r16604 (ruby_1_8): Add "passing a block to a Proc".

knu	2008-05-26 12:06:14 +0900 (Mon, 26 May 2008)

  New Revision: 16604

  Modified files:
    branches/ruby_1_8/NEWS

  Log:
    Add "passing a block to a Proc".

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/NEWS?r1=16604&r2=16603&diff_format=u

Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS	(revision 16603)
+++ ruby_1_8/NEWS	(revision 16604)
@@ -348,6 +348,12 @@
 
 === Interpreter Implementation
 
+* passing a block to a Proc [experimental]
+
+  This implementation in current shape is known to be buggy/broken,
+  especially with nested block invocation.  Take this as an
+  experimental feature.
+
 * stack trace
 
   On non-SystemStackError exception, full stack trace is shown.

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

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