Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
ca0fece5 01/04/2026 03:53 AM koic (Koichi ITO)

[DOC] Tweak an example in language/box.md

Although the example code comments indicate that it returns false,
a non-matching result for =~ is actually nil.

Foo.foo.blank? #=> false
"foo".blank?   #=> false

https://github.com/ruby/ruby/blob/v4.0.0-preview3/doc/language/box.md?plain=1#L115-L122...

d8d41d74 01/04/2026 03:52 AM koic (Koichi ITO)

[DOC] Use Ruby::Box#require_relative in box.md examples

Based on the example, it appears that foo.rb and main.rb are expected to be in the same directory.
Since Ruby 1.9, the current directory is not included in $LOAD_PATH by default.
As a result, running box.require('foo') as shown in the sample code raises a LoadError:...

5064af7e 01/04/2026 01:26 AM peterzhu2118 (Peter Zhu)

[ruby/mmtk] Process obj_free candidates in parallel

Redos commit 544770d which seems to have accidentally been undone in b27d935.

a0c483fc 01/03/2026 03:43 PM peterzhu2118 (Peter Zhu)

Also output GC thread backtrace in rb_mmtk_gc_thread_bug

5b87294d 01/03/2026 03:43 PM peterzhu2118 (Peter Zhu)

Add rb_gc_print_backtrace

65f9c4a0 01/03/2026 09:12 AM shan (Shannon Skipper)

Drop memberless Data/Struct#inspect trailing space

Anonymous memberless Structs and Data were returning #<struct > and
#<data > with a trailing space. Now they return #<struct> and
#<data> to match attrless class behavior and look a bit more compact.

b6463d59 01/03/2026 08:30 AM Scott Myron

[ruby/json] Directly write to the output buffer when converting UTF32 to UTF8.

https://github.com/ruby/json/commit/a51317c949

d7a6ff82 01/03/2026 06:03 AM nobu (Nobuyoshi Nakada)

[Bug #21819] Data objects without members should also be frozen

a8a989b6 01/03/2026 04:28 AM nobu (Nobuyoshi Nakada)

Test net-imap with ruby/net-imap#593

Delete test/net/imap/test_data_lite.rb, because the target of this
test file has been deleted by ruby/net-imap#543.

2f4119ea 01/03/2026 12:02 AM peterzhu2118 (Peter Zhu)

[ruby/mmtk] Use rb_mmtk_gc_thread_bug for rb_mmtk_call_object_closure

https://github.com/ruby/mmtk/commit/308936296a

View all revisions | View revisions

Also available in: Atom