From: "Earlopain (Earlopain _) via ruby-core" Date: 2026-08-16T14:08:51+00:00 Subject: [ruby-core:126420] [Ruby Misc#16346] Confusing macro name: RUBY_MARK_NO_PIN_UNLESS_NULL Issue #16346 has been updated by Earlopain (Earlopain _). Status changed from Open to Closed Seems like this macro has since been renamed/removed ---------------------------------------- Misc #16346: Confusing macro name: RUBY_MARK_NO_PIN_UNLESS_NULL https://bugs.ruby-lang.org/issues/16346#change-118562 * Author: y_kojima (Yohei Kojima) * Status: Closed ---------------------------------------- function `rb_gc_mark_no_pin` is renamed to `rb_gc_mark_movable` in the commit `aac4d9d6c7e6b6b0742f3941b574f6006ccb5672`. But macro `RUBY_MARK_NO_PIN_UNLESS_NULL` is not renamed then. Now, `RUBY_MARK_NO_PIN_UNLESS_NULL` calls `rb_gc_mark_movable`; this is a bit confusing. So I suggest renaming `RUBY_MARK_NO_PIN_UNLESS_NULL` to `RUBY_MARK_MOVABLE_UNLESS_NULL` like this patch. ---Files-------------------------------- p.patch (2 KB) -- https://bugs.ruby-lang.org/ ______________________________________________ ruby-core mailing list -- ruby-core@ml.ruby-lang.org To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/