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

ruby-changes:25243

From: ko1 <ko1@a...>
Date: Tue, 23 Oct 2012 13:53:09 +0900 (JST)
Subject: [ruby-changes:25243] ko1:r37295 (trunk): Revert the last commit because some tests (in btest) fail

ko1	2012-10-23 13:52:20 +0900 (Tue, 23 Oct 2012)

  New Revision: 37295

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

  Log:
    Revert the last commit because some tests (in btest) fail

  Modified files:
    trunk/ChangeLog
    trunk/thread.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37294)
+++ ChangeLog	(revision 37295)
@@ -1,9 +1,3 @@
-Tue Oct 23 13:27:51 2012  Koichi Sasada  <ko1@a...>
-
-	* thread.c (rb_threadptr_raise): check interrupts after
-	  Thread#raise because the behavior of Thread.current.raise is
-	  expected to perform same as Kernel.raise (by rubyspec).
-
 Tue Oct 23 12:57:29 2012  Koichi Sasada  <ko1@a...>
 
 	* vm_core.h, vm_insnhelper.c, vm_eval.c (OPT_CALL_CFUNC_WITHOUT_FRAME):
Index: thread.c
===================================================================
--- thread.c	(revision 37294)
+++ thread.c	(revision 37295)
@@ -1790,10 +1790,6 @@
     }
     rb_threadptr_async_errinfo_enque(th, exc);
     rb_threadptr_interrupt(th);
-
-    /* To perform Thread.current.raise as Kernel.raise */
-    RUBY_VM_CHECK_INTS(th);
-
     return Qnil;
 }
 

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

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