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/19/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 28 | 28 |
| Reported issues | 26 | 135 | 161 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 09/27/2021 |
Activity
03/26/2026
-
06:32 AM Ruby Revision 742ec350 (git): [ruby/json] Avoid method redefinition warnings in test_broken_bignum
- https://github.com/ruby/json/commit/d0b47b0011
03/25/2026
-
11:03 AM Ruby Revision fe087044 (git): [ruby/json] Release 2.19.3
- https://github.com/ruby/json/commit/37caa89272
-
10:56 AM Ruby Revision 89a2eeb2 (git): [ruby/json] Fix handling of unescaped control characters preceeded by a backslash
- https://github.com/ruby/json/commit/b575be5302
-
09:58 AM Ruby Feature #21960: Improve #backtrace to not confuse terminals
- > Is there any de-facto standard syntax that editors might interpret as a file + line combination?
Yes, it's `<path>:<lineno>`, support isn't universal, but that's the most widely supported pattern. Even github does support it in it'...
03/24/2026
-
01:57 PM Ruby Revision 67334c02 (git): RTYPEDDATA_DATA: reject embedded typeddata
- Callers should use the safer `RTYPEDDATA_GET_DATA`.
-
01:24 PM Ruby Revision 5fc39446 (git): [DOC] Tweak Embeddable TypedData documentation
- Ref: https://github.com/ruby/ruby/pull/16455
-
01:23 PM Ruby Bug #21818: Thread backtraces cannot be communicated over Ractor ports
- Since the discussion on the new allocator interface isn't going so well, I tried another solution which seem like it could work: https://github.com/ruby/ruby/pull/16520
-
08:36 AM Ruby Revision 24aed324 (git): [ruby/json] parser.c: handle eagerly freed rstack in rvalue_stack_mark
- https://github.com/ruby/json/commit/09d4d8899a
-
08:29 AM Ruby Misc #21916: DevMeeting before RubyKaigi 2026
- * [Feature #21768] Remove some deprecated C APIs (nobu)
* We have a lot of functions that have been deprecated for a very long time, could we cull some?
* Nobu had a proposed patch: https://github.com/ruby/ruby/pull/15447
* Ide... -
07:35 AM Ruby Revision 60116d5e (git): [ruby/json] Use embeddable types
- Ref: https://bugs.ruby-lang.org/issues/21853
Introduced in Ruby 3.3, will officially be public API in 4.1,
but can be used sooner by checking the existence of RUBY_TYPED_EMBEDDABLE
https://github.com/ruby/json/commit/101f7342cd