
Misc #21606: DevMeeting-2025-10-23 - Ruby - Ruby Issue …
[Misc #21646] Propose Luke Gruber as a Ruby committer (jhawthorn) Luke has been fixing bugs in Ractors and elsewhere. Would be helpful if he could merge his own PRs.
Download Ruby
See the Installation page for details on building Ruby from source. If you have an issue compiling Ruby, consider using one of the third party tools mentioned above.
Feature #21365: Add `Namespace#eval` - Ruby - Ruby Issue …
Introduce Namespace#eval This commit adds an eval method to Namespace that takes a string and evaluates the string as Ruby code within the context of that namespace. For example: n = …
Feature #21262: Proposal: `Ractor::Port` - Ruby - Ruby Issue …
In concurrent Ruby applications using Ractors, safely and efficiently communicating results between Ractors is a common challenge. We propose Ractor::Port as a lightweight, safe, and …
Feature #7517: Fixnum::MIN,MAX - Ruby - Ruby Issue Tracking …
If you search for “ruby fixnum max” or something similar, you'll find the interest is there, but the solution (s) usually only work in CRuby and are not as easy to understand as the proposed …
Bug #21395: Please backport …
In Ruby 3.4, debug.gem raises an exception when stepping into a rescue clause: https://github.com/ruby/debug/pull/1142 I discussed with @ko1 (Koichi Sasada), and we …
Misc #21136: [ANN] The update of branch maintainer for Ruby 3.2 …
ruby_3_2: @hsbt (Hiroshi SHIBATA) This means the next stable version of Ruby 3.4 will be released by @k0kubun (Takashi Kokubun). The maintainer of ruby_3_1 is not changed. So, I …
Feature #18148: Marshal.load freeze option - Ruby
I implemented a patch https://github.com/ruby/ruby/pull/4859 NB: it does include some extra fixes for https://bugs.ruby-lang.org/issues/18141#change-93742, because the implementation …
Bug #21568: Requiring core libraries when already requiring …
Updated to indicate this is reproducible on the latest ruby version as well as on Debian Linux.
Feature #17259: Kernel#warn should ignore <internal: entries - Ruby
Kernel#warn currently does not skip <internal: entries from core library methods defined in Ruby. This can cause rather unhelpful locations to be used for warnings.