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

ruby-changes:70176

From: Yusuke <ko1@a...>
Date: Mon, 13 Dec 2021 14:19:59 +0900 (JST)
Subject: [ruby-changes:70176] 2c0de39287 (master): NEWS.md: `--disable-gems` is now just for debugging. [Feature #17684]

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

From 2c0de392870232b56b28e14e8cbc6d993d8648ac Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Mon, 13 Dec 2021 14:19:21 +0900
Subject: NEWS.md: `--disable-gems` is now just for debugging. [Feature #17684]

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

diff --git a/NEWS.md b/NEWS.md
index 82e2b7b9595..6185123af1d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -102,6 +102,10 @@ Note that each entry is kept to a minimum, see links for details. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L102
 
 ## Command line options
 
+* `--disable-gems` is now explicitly declared as "just for debugging".
+  Never use it in any real-world code base.
+  [[Feature #17684]]
+
 ## Core classes updates
 
 Outstanding ones only.
@@ -516,6 +520,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L520
 [Feature #17479]: https://bugs.ruby-lang.org/issues/17479
 [Feature #17490]: https://bugs.ruby-lang.org/issues/17490
 [Feature #17592]: https://bugs.ruby-lang.org/issues/17592
+[Feature #17684]: https://bugs.ruby-lang.org/issues/17684
 [Feature #17724]: https://bugs.ruby-lang.org/issues/17724
 [Feature #17744]: https://bugs.ruby-lang.org/issues/17744
 [Feature #17750]: https://bugs.ruby-lang.org/issues/17750
-- 
cgit v1.2.1


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

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