Thanks to visit codestin.com
Credit goes to bugs.ruby-lang.org

Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
9e8a661f 11/15/2025 01:50 PM burdettelamar (Burdette Lamar)

[ruby/stringio] [DOC] Fix #seek link
(https://github.com/ruby/stringio/pull/174)

Method #seek deserves (and will get) documentation independent of that
in class IO.

Meanwhile, the link should go someplace sensible and useful.

https://github.com/ruby/stringio/commit/d026549719

abf30563 11/15/2025 01:49 PM burdettelamar (Burdette Lamar)

[ruby/stringio] [DOC] Doc for StringIO.size
(https://github.com/ruby/stringio/pull/171)

https://github.com/ruby/stringio/commit/95a111017a

b5c92696 11/15/2025 01:48 PM burdettelamar (Burdette Lamar)

[ruby/stringio] [DOC] Tweaks for StringIO#each_line
(https://github.com/ruby/stringio/pull/165)

Adds to "Position": pos inside a character.

Makes a couple of minor corrections.


https://github.com/ruby/stringio/commit/ff332abafa

Co-authored-by: Sutou Kouhei

577cf5e3 11/15/2025 03:23 AM nobu (Nobuyoshi Nakada)

[DOC] Remove an obsolete file

It has been merged into doc/ruby/options.md with
field_processing.md at ruby/ruby#10138.

70b49b65 11/15/2025 02:04 AM YO4 (Yoshinao Muramatsu)

refactor io_each_codepoint

f1765cd4 11/15/2025 01:18 AM herwin (Herwin W)

[Doc] Remove leftover references to namespace from box.md

And fix the indentation a little bit, since box is one character
longer than ns.

d7369f02 11/15/2025 12:34 AM rwstauner (Randy Stauner)

ZJIT: Add individual tests for complex arg pass counters

Make it easier to see what happens when one is changed.

6fabca80 11/14/2025 11:37 PM fd0 (Daisuke Fujimura)

Add rubygems package to fix cygwin CI

eb6e36a8 11/14/2025 10:26 PM peterzhu2118 (Peter Zhu)

Skip tests in TestThreadLockNativeThread when using LSAN

These tests use NM threads but NT is not freed for MN thread, causing it
to be reported as memory leaks in LSAN. For example:

#1 0x62ee7bc67e99 in calloc1 gc/default/default.c:1495:12
#2 0x62ee7bc7ba00 in rb_gc_impl_calloc gc/default/default.c:8216:5...
89849f3b 11/14/2025 09:35 PM alanwu (Alan Wu)

ZJIT: Support JIT-to-JIT calls to callees with optional parameters

  • Correct JIT entry points for optionals so each optional start with nil
    before their initialization routine runs. Establish
    jit_entry_points[filled_opts_num] gives the appropriate entry point...

View all revisions | View revisions

Also available in: Atom