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

ruby-changes:70172

From: Yusuke <ko1@a...>
Date: Mon, 13 Dec 2021 13:54:09 +0900 (JST)
Subject: [ruby-changes:70172] d463b407e6 (master): NEWS.md: Mention suspendatble coverage [Feature #18176]

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

From d463b407e6ca059316ed33c39970aa32903667fb Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Mon, 13 Dec 2021 13:53:34 +0900
Subject: NEWS.md: Mention suspendatble coverage [Feature #18176]

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

diff --git a/NEWS.md b/NEWS.md
index f1dd23952ff..a82e4afecdb 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -345,6 +345,10 @@ Outstanding ones only. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L345
     * matrix
     * prime
 
+* Coverage measurement nohw supports suspension. You can use `Coverage.suspend`
+  to stop the measurement temporarily, and `Coverage.resume` to restart it.
+  See [[Feature #18176]] in detail.
+
 ## Compatibility issues
 
 Excluding feature bug fixes.
@@ -512,6 +516,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L516
 [Feature #18020]: https://bugs.ruby-lang.org/issues/18020
 [Feature #18029]: https://bugs.ruby-lang.org/issues/18029
 [Feature #18172]: https://bugs.ruby-lang.org/issues/18172
+[Feature #18176]: https://bugs.ruby-lang.org/issues/18176
 [Feature #18229]: https://bugs.ruby-lang.org/issues/18229
 [Feature #18273]: https://bugs.ruby-lang.org/issues/18273
 [Feature #18290]: https://bugs.ruby-lang.org/issues/18290
-- 
cgit v1.2.1


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

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