ruby-changes:27354
From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 08:20:14 +0900 (JST)
Subject: [ruby-changes:27354] marcandRe: r39406 (trunk): * NEWS: + Thread::Backtrace::Location
marcandre 2013-02-23 08:18:18 +0900 (Sat, 23 Feb 2013) New Revision: 39406 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39406 Log: * NEWS: + Thread::Backtrace::Location Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 39405) +++ NEWS (revision 39406) @@ -200,6 +200,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L200 pending_interrupt? for asynchronous handling of exceptions * added Thread#backtrace_locations which returns similar information of Kernel#caller_locations. + * new class Thread::Backtrace::Location to hold backtrace location + information. These are returned by Thread#backtrace_locations and + Kernel#caller_locations. * incompatible changes: * Thread#join and Thread#value now raises a ThreadError if target thread is the current or main thread. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/