byroot (Jean Boussier)
- Login: byroot
- Email: byroot@ruby-lang.org, jean.boussier+ruby-lang@gmail.com, jean.boussier@shopify.com, jean.boussier@gmail.com
- Registered on: 03/11/2014
- Last sign in: 03/24/2025
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.
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_... -
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.
-
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...
03/16/2025
-
11:19 AM Ruby Bug #21172: Race condition in `register_fstring`
- https://github.com/ruby/ruby/pull/12873
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...
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 ... -
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...
-
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 ... -
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
Also available in: Atom