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

ruby-changes:73723

From: Samuel <ko1@a...>
Date: Sun, 25 Sep 2022 16:36:02 +0900 (JST)
Subject: [ruby-changes:73723] 81b919ce5c (master): Add news for eval coverage.

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

From 81b919ce5c85a82d68de9ccaebd5036adef8c7fb Mon Sep 17 00:00:00 2001
From: Samuel Williams <samuel.williams@o...>
Date: Fri, 23 Sep 2022 22:58:01 +1200
Subject: Add news for eval coverage.

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

diff --git a/NEWS.md b/NEWS.md
index 1f0cb77fee..82558f8e9d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -90,6 +90,9 @@ Note that each entry is kept to a minimum, see links for details. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L90
     foo(k: 1)
     ```
 
+* `eval` and related methods are able to generate code coverage.
+  [[Feature #19008]]
+
 ## Command line options
 
 ## Core classes updates
@@ -313,3 +316,4 @@ The following deprecated APIs are removed. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L316
 [Feature #18809]: https://bugs.ruby-lang.org/issues/18809
 [Feature #18481]: https://bugs.ruby-lang.org/issues/18481
 [Feature #18949]: https://bugs.ruby-lang.org/issues/18949
+[Feature #19008]: https://bugs.ruby-lang.org/issues/19008
\ No newline at end of file
-- 
cgit v1.2.1


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

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