General

Profile

byroot (Jean Boussier)

Issues

open closed Total
Assigned issues 0 24 24
Reported issues 22 118 140

Projects

Project Roles Registered on
Ruby Committer 09/27/2021

Like

Activity

03/24/2025

05:49 AM Ruby Revision f3f4524d (git): Reorganize `fpconv` vendoring
Make it a single file and declare the dependency. byroot (Jean Boussier)

03/20/2025

05:29 PM Ruby Bug #21193 (Closed): Inherited callback returns `nil` for `Object.const_source_location`
Applied in changeset commit:git|de097fbe5f3df105bd2a26e72db06b0f5139bc1a.
----------
Trigger `inherited` and `const_...
byroot (Jean Boussier)
04:34 PM Ruby Bug #21193: Inherited callback returns `nil` for `Object.const_source_location`
I tried to manage both considerations in https://github.com/ruby/ruby/pull/12956. byroot (Jean Boussier)
05:18 PM Ruby Revision de097fbe (git): Trigger `inherited` and `const_set` callbacks after const has been defined
[Misc #21143]
[Bug #21193]
The previous change caused a backward compatibility issue with code
that called `Object.c...
byroot (Jean Boussier)

03/16/2025

11:19 AM Ruby Bug #21172: Race condition in `register_fstring`
https://github.com/ruby/ruby/pull/12873 byroot (Jean Boussier)

03/14/2025

08:51 AM Ruby Revision de48e47d (git): Invoke `inherited` callbacks before `const_added`
[Misc #21143]
Conceptually this makes sense and is more consistent with using
the `Name = Class.new(Superclass)` alt...
byroot (Jean Boussier)

03/13/2025

05:18 PM Ruby Feature #21042: Add and expose Thread#memory_allocations memory allocation counters
> It should be similar to GC.stat.
> Maybe it should be accessible from other threads?
What about something like ...
byroot (Jean Boussier)
02:03 PM Ruby Misc #21143: Speficy order of execution const_added vs inherited
> I'm just not sure if it might cause compatibility issues, but I suggest to try, we are early in the dev cycle and c... byroot (Jean Boussier)
01:51 PM Ruby Misc #21143: Speficy order of execution const_added vs inherited
> Nowadays, the constant exists in inherited (maybe your patch preserves this too?)
Right. That is something that ...
byroot (Jean Boussier)
12:31 PM Ruby Misc #21143: Speficy order of execution const_added vs inherited
Here's a tentative implementation, with some ruby specs added: https://github.com/ruby/ruby/pull/12927 byroot (Jean Boussier)

Also available in: Atom