[#106341] [Ruby master Bug#18369] users.detect(:name, "Dorian") as shorthand for users.detect { |user| user.name == "Dorian" } — dorianmariefr <noreply@...>
Issue #18369 has been reported by dorianmariefr (Dorian Mari辿).
14 messages
2021/11/30
[#106351] [Ruby master Bug#18371] Release branches (release information in general) — "tenderlovemaking (Aaron Patterson)" <noreply@...>
Issue #18371 has been reported by tenderlovemaking (Aaron Patterson).
7 messages
2021/11/30
[ruby-core:105945] [Ruby master Feature#18290] Deprecate rb_gc_force_recycle
From:
"peterzhu2118 (Peter Zhu)" <noreply@...>
Date:
2021-11-05 14:01:38 UTC
List:
ruby-core #105945
Issue #18290 has been reported by peterzhu2118 (Peter Zhu). ---------------------------------------- Feature #18290: Deprecate rb_gc_force_recycle https://bugs.ruby-lang.org/issues/18290 * Author: peterzhu2118 (Peter Zhu) * Status: Open * Priority: Normal ---------------------------------------- # GitHub PR: https://github.com/ruby/ruby/pull/4363 I'm proposing to deprecate `rb_gc_force_recycle` and make it a no-op function because it is a burden to maintain and makes changes to the GC difficult. It is also easy to incorrectly use this function and cause memory leaks such as #18065. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>