
pub/ruby/snapshot/
snapshot-ruby_3_1.tar.xz 15227360 2025-04-02T18:42:29.000Z snapshot-ruby_3_1.yml 1002 2025-04-02T18:42:35.000Z snapshot-ruby_3_1.zip 25729777 2025-04-02T18:42:31.000Z …
Ruby
I'm implementing Ruby 3 kwargs in TruffleRuby and this came up as an inconsistency in specs.
Ruby
Dec 25, 2021 · @tenderlovemaking (Aaron Patterson) implemented a patch for this: https://github.com/ruby/ruby/pull/5525, we deployed it on our infra and so far the bug is gone.
Bug #21329: `date_core.so` is broken with the recent MSYS2
For rubyinstaller2 the issue is fixed with 3.4.4 release, and the fix will be backported to 3.3.9 and 3.2.9 whenever they get released. For ruby/setup-ruby on windows, workaround has been …
Feature #10510: Remove REXML instead of patching it - Ruby
I believe semantic versioning prevents doing this until Ruby 3 is released (many years from now) but I agree that this issue should be added to the Ruby 3 roadmap.
Feature #18630: Introduce general `IO#timeout` and `IO#timeout …
I'm also considering whether we can have a general default, e.g. set by an environment variable or global within Ruby, e.g. IO.timeout. We could also consider adding keyword arguments to …
Bug #18605: Fails to run on (newer) 32bit Windows with ucrt - Ruby
So it looks like Ruby is now looking at the wrong location and no longer finding __pioinfo. Short term we'll be rolling out a fix that for this function that undoes this optimization, which should …
Misc #21379: DevMeeting-2025-06-05 - Ruby - Ruby Issue …
[Misc #21385] Namespace: Suggesting a rename (eregon) "Namespace" seems to confuse many people (that feature is not about namespacing, modules do that, but about multiple execution …
Bug #20025: Parsing identifiers/constants is case-folding …
The actual data for this is the '\354' at https://github.com/ruby/ruby/blob/85bc80a51be0ceedcc57e7b6b779e6f8f885859e/enc/windows_1253.c#L67. …
Feature #20563: Drop support for old Windows - Ruby
However, already random.c directly uses BCryptGenRandom that is available since Windows Vista/Server 2008. So I propose explicitly dropping support for Windows older than Vista/2008 …