ruby-changes:63032
From: Samuel <ko1@a...>
Date: Mon, 21 Sep 2020 14:05:10 +0900 (JST)
Subject: [ruby-changes:63032] 10d795cfca (master): Add NEWS about `Fiber#backtrace` and `Fiber#backtrace_locations`.
https://git.ruby-lang.org/ruby.git/commit/?id=10d795cfca From 10d795cfca7ec688e0dead63568277ea37e4977b Mon Sep 17 00:00:00 2001 From: Samuel Williams <samuel.williams@o...> Date: Mon, 21 Sep 2020 16:26:39 +1200 Subject: Add NEWS about `Fiber#backtrace` and `Fiber#backtrace_locations`. diff --git a/NEWS.md b/NEWS.md index e6c77e0..953edc3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -182,6 +182,8 @@ Outstanding ones only. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L182 * `Fiber.new(blocking: true/false)` allows you to create non-blocking execution contexts. [[Feature #16786]] * `Fiber#blocking?` tells whether the fiber is non-blocking. [[Feature #16786]] + * `Fiber#backtrace` & `Fiber#backtrace_locations` provide per-fiber backtrace. + [[Feature #16815]] * Kernel @@ -423,6 +425,7 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L425 [Feature #16754]: https://bugs.ruby-lang.org/issues/16754 [Feature #16786]: https://bugs.ruby-lang.org/issues/16786 [Feature #16792]: https://bugs.ruby-lang.org/issues/16792 +[Feature #16815]: https://bugs.ruby-lang.org/issues/16815 [Feature #16828]: https://bugs.ruby-lang.org/issues/16828 [Misc #16961]: https://bugs.ruby-lang.org/issues/16961 [Feature #17104]: https://bugs.ruby-lang.org/issues/17104 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/