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

ruby-changes:69343

From: Koichi <ko1@a...>
Date: Sat, 23 Oct 2021 01:38:34 +0900 (JST)
Subject: [ruby-changes:69343] 199ba9c377 (master): update NEWS about last commits.

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

From 199ba9c377be894d407d27fb1ab2defe119398d7 Mon Sep 17 00:00:00 2001
From: Koichi Sasada <ko1@a...>
Date: Sat, 23 Oct 2021 01:38:05 +0900
Subject: update NEWS about last commits.

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

diff --git a/NEWS.md b/NEWS.md
index e13376a9d7..bdfefa8f0d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -82,6 +82,10 @@ Note that each entry is kept to a minimum, see links for details. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L82
   variable or method name even if it's a pseudo variable name such as
   `self`.
 
+* non main-Ractors can get instance variables (ivars) of classes/modules
+  if ivars refer to shareable objects.
+  [[Feature #17592]]
+
 ## Command line options
 
 ## Core classes updates
@@ -365,6 +369,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L369
 [Bug #17423]:     https://bugs.ruby-lang.org/issues/17423
 [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 #17724]: https://bugs.ruby-lang.org/issues/17724
 [Feature #17744]: https://bugs.ruby-lang.org/issues/17744
 [Feature #17762]: https://bugs.ruby-lang.org/issues/17762
-- 
cgit v1.2.1


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

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