Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
bd27460c 07/18/2025 09:58 PM sferik (Erik Michaels-Ober)

Remove rehash checking TODO (GH-13919)

Hash#rehash checks for rehash during iteration, and there
seems to be no efficient way to check for it after the fact,
so remove the TODO.

8df61bfc 07/18/2025 03:36 PM Stan Lo

ZJIT: Support invalidating on method redefinition (#13875)

ZJIT: Support invalidating method redefinition

This commit adds support for the MethodRedefined invariant to be invalidated
when a method is redefined.

Changes:

  • Added CME pointer to the MethodRedefined invariant in HIR...
dafc4e13 07/18/2025 02:01 PM peterzhu2118 (Peter Zhu)

Fix size assertion in concurrent set resizing

Since we resize when prev_size > set->capacity / 2, it's possible that
prev_size == set->capacity / 2, so we need to change the assertion in
concurrent_set_try_resize_without_locking to be
new_set->size <= new_set->capacity / 2.

05f51cf3 07/18/2025 10:24 AM sferik (Erik Michaels-Ober)

Extract arith_seq_take

77254420 07/18/2025 10:13 AM nobu (Nobuyoshi Nakada)

[ruby/fileutils] If noop, return before checking the argument

Get rid of failure in rbs.

https://github.com/ruby/fileutils/commit/e44b7b366c

eeb682c5 07/18/2025 09:25 AM Akihiko Odaki

[ruby/fileutils] [DOC] Fix optional argument descriptions

Several optional positional arguments were incorrectly denoted as
keyword arguments so correct them.

https://github.com/ruby/fileutils/commit/c25f069f96

cfe8263f 07/18/2025 09:22 AM nobu (Nobuyoshi Nakada)

[ruby/fileutils] Fix ln_sf with multiple sources and target_directory: false

In this case, an ArgumentError is now raised rather than ignoring the
option, just as GNU coreutils' ln would error on the command line.
Fixes https://github.com/ruby/fileutils/pull/128 as well....

bd50545f 07/18/2025 05:34 AM git[bot]

Update default gems list at 1e65f0d93e637770c1598efae0d5a2 [ci skip]

1e65f0d9 07/18/2025 05:33 AM byroot (Jean Boussier)

[ruby/json] Release 2.13.0

https://github.com/ruby/json/commit/8d08494dee

dc8ae249 07/18/2025 04:28 AM mame (Yusuke Endoh)

Revert "[Bug #21256] Fix it parameter when splatting and define_method is…"

This reverts commit 265059603c3aa6a13f90096c71b32046a17938f3.

View all revisions | View revisions

Also available in: Atom