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

ruby-changes:25885

From: tarui <ko1@a...>
Date: Wed, 28 Nov 2012 23:37:57 +0900 (JST)
Subject: [ruby-changes:25885] tarui:r37942 (trunk): * NEWS (Thread) remove incompatible changes.

tarui	2012-11-28 23:37:47 +0900 (Wed, 28 Nov 2012)

  New Revision: 37942

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

  Log:
    * NEWS (Thread) remove incompatible changes.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37941)
+++ ChangeLog	(revision 37942)
@@ -1,3 +1,7 @@
+Wed Nov 28 23:37:14 2012  Masaya Tarui  <tarui@r...>
+
+	* NEWS (Thread) remove incompatible changes.
+
 Wed Nov 28 22:57:23 2012  Koichi Sasada  <ko1@a...>
 
 	* thread_win32.c: catch up latest change of BLOCKING_REGION.
Index: NEWS
===================================================================
--- NEWS	(revision 37941)
+++ NEWS	(revision 37942)
@@ -163,11 +163,6 @@
         variable has been set.
       * added Thread#backtrace_locations which returns similar information of
         Kernel#caller_locations.
-    * incompatible changes:
-      * Thread#join and Thread#value is no longer allowed to be used from trap
-        handler and raises a ThreadError in such case.
-      * Thread#join and Thread#value now raises a ThreadError if target thread
-        is the current or main thread.
 
   * Time
     * change return value:
@@ -376,10 +371,6 @@
   * OpenStruct new methods can conflict with custom attributes named
     "each_pair", "eql?", "hash" or "to_h".
 
-  * Thread#join, Thread#value
-   
-    See above.
-
   * Mutex#lock, Mutex#unlock, Mutex#try_lock, Mutex#synchronize and Mutex#sleep
 
     See above.

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

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