Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
8bf6d7bf 05/04/2026 12:01 PM byroot (Jean Boussier)

Fix coverage support for RubyVM::ISeq.compile

[Bug #22018]

ISeq returned by RubyVM::InstructionSequene.load_iseq weren't
handled by the coverage module.

a3cfaf25 05/04/2026 08:33 AM byroot (Jean Boussier)

test_shapes.rb: replace hardcoded MANY_IVS constant

Since more size pools have been added, this constant was outdated.

ca4047c5 05/04/2026 04:58 AM git[bot]

Update default gems list at 5ce5cc8ee24ad92890507a1b0d0c68 [ci skip]

5ce5cc8e 05/04/2026 04:57 AM byroot (Jean Boussier)

[ruby/json] Release 2.19.5

https://github.com/ruby/json/commit/4a1a4a4861

93ef2263 05/04/2026 03:19 AM jhawthorn (John Hawthorn)

Fix missing writebarrier on refined orig_me

Caught by wbcheck. The same field is written with RB_OBJ_WRITE
in rb_method_definition_set.

bd16973b 05/04/2026 03:19 AM jhawthorn (John Hawthorn)

Use write barrier version for rb_proc_call_kw

f617eff6 05/04/2026 03:19 AM jhawthorn (John Hawthorn)

Add wbcheck GC with write barrier validation

Initial implementation of the wbcheck GC, a modular GC that detects
missed write barriers by collecting references from each object and
comparing against the set of objects that were marked/written via
rb_gc_writebarrier.

5d439f29 05/04/2026 02:50 AM nobu (Nobuyoshi Nakada)

mswin: Suppress quirky warning

Passing an array of const pointers within a struct as an argument
seems to be too complex for cl.exe:

vm_eval.c(501): warning C4090: 'function': different 'const' qualifiers
c859018a 05/04/2026 02:31 AM dependabot[bot]

Bump the github-actions group across 1 directory with 2 updates

Bumps the github-actions group with 2 updates in the / directory: github/codeql-action and taiki-e/install-action....

c9f55528 05/04/2026 12:46 AM nobu (Nobuyoshi Nakada)

enc_mbclen_needed: The condition when exact mbclen is needed

View all revisions | View revisions

Also available in: Atom