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

ruby-changes:70174

From: Koichi <ko1@a...>
Date: Mon, 13 Dec 2021 14:03:05 +0900 (JST)
Subject: [ruby-changes:70174] 0ee127e5bb (master): add a NEWS entry for `TracePoint.allow_reenter`

https://git.ruby-lang.org/ruby.git/commit/?id=0ee127e5bb

From 0ee127e5bb1a5c8f7ac74b9912bc758446afbd8a Mon Sep 17 00:00:00 2001
From: Koichi Sasada <ko1@a...>
Date: Mon, 13 Dec 2021 14:02:07 +0900
Subject: add a NEWS entry for `TracePoint.allow_reenter`

---
 NEWS.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index 18440c27a07..4fb4ee70955 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -249,6 +249,12 @@ Outstanding ones only. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L249
         length set by `--backtrace-limit` command line option, is added.
         [[Feature #17479]]
 
+* TracePoint
+
+    *   TracePoint.allow_reenter is added to allow reenter while TracePoint
+        callback.
+        [Feature #15912]
+
 * $LOAD_PATH
 
     *   $LOAD_PATH.resolve_feature_path does not raise. [[Feature #16043]]
@@ -495,6 +501,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L501
 [Feature #14579]: https://bugs.ruby-lang.org/issues/14579
 [Feature #15198]: https://bugs.ruby-lang.org/issues/15198
 [Feature #15211]: https://bugs.ruby-lang.org/issues/15211
+[Feature #15912]: https://bugs.ruby-lang.org/issues/15912
 [Feature #16043]: https://bugs.ruby-lang.org/issues/16043
 [Feature #16806]: https://bugs.ruby-lang.org/issues/16806
 [Feature #17312]: https://bugs.ruby-lang.org/issues/17312
-- 
cgit v1.2.1


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

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