General

Profile

byroot (Jean Boussier)

Issues

open closed Total
Assigned issues 0 22 22
Reported issues 24 105 129

Projects

Project Roles Registered on
Ruby Committer 09/27/2021
Backport187 Committer 09/27/2021
Backport191 Committer 09/27/2021
Backport192 Committer 09/27/2021
Backport193 Committer 09/27/2021
Backport200 Committer 09/27/2021
Backport21 Committer 09/27/2021
Backport22 Committer 09/27/2021
Ruby 1.8 Committer 09/27/2021
Ruby master Committer 09/27/2021

Like

Activity

06/28/2024

06:52 AM Ruby master Bug #20588 (Closed): RangeError: integer 132186463059104 too big to convert to 'int' since cdf33ed5f37f9649c482c3ba1d245f0d80ac01ce with YJIT enabled
byroot (Jean Boussier)

06/25/2024

06:39 AM Ruby master Feature #20594 (Open): A new String method to append bytes while preserving encoding
### Context
When working with binary protocols such as `protobuf` or `MessagePack`, you may often need to assemble...
byroot (Jean Boussier)
06:16 AM Ruby master Misc #20574: DevMeeting-2024-07-11
* [Bug #20593] `Kernel#format` emits a `too many arguments for format string` warning when called with a single hash ... byroot (Jean Boussier)

06/24/2024

02:15 PM Ruby master Bug #20593: `Kernel#format` emits a `too many arguments for format string` warning when called with a single hash and no key is used
Proposed patch: https://github.com/ruby/ruby/pull/11053 byroot (Jean Boussier)
01:30 PM Ruby master Bug #20593 (Open): `Kernel#format` emits a `too many arguments for format string` warning when called with a single hash and no key is used
`Kernel#format` emits a warning when too many arguments are passed.
It does so for postional arguments, which ma...
byroot (Jean Boussier)
10:43 AM Ruby master Revision 95ffcd3f (git): Fix `--debug-frozen-string-literal` to not apply `--disable-frozen-string-literal`
[Feature #20205]
This was an undesired side effect. Now that this value is a triplet, we can't
assume it's disabled ...
byroot (Jean Boussier)
10:16 AM Ruby master Bug #20588: RangeError: integer 132186463059104 too big to convert to 'int' since cdf33ed5f37f9649c482c3ba1d245f0d80ac01ce with YJIT enabled
I found a small repro for that last one:
```ruby
class Model
class << self
def scope(name, body, &block)
...
byroot (Jean Boussier)
07:47 AM Ruby master Bug #20588: RangeError: integer 132186463059104 too big to convert to 'int' since cdf33ed5f37f9649c482c3ba1d245f0d80ac01ce with YJIT enabled
There is also:
```
Assertion Failed: /usr/src/ruby/include/ruby/internal/core/rarray.h:257:rb_array_len:RB_TYPE_P...
byroot (Jean Boussier)
07:30 AM Ruby master Bug #20588: RangeError: integer 132186463059104 too big to convert to 'int' since cdf33ed5f37f9649c482c3ba1d245f0d80ac01ce with YJIT enabled
So that `proxy_controller_test` failure I can't repro locally it seems, but I see it actually crashed on another buil... byroot (Jean Boussier)
07:02 AM Ruby master Bug #20588: RangeError: integer 132186463059104 too big to convert to 'int' since cdf33ed5f37f9649c482c3ba1d245f0d80ac01ce with YJIT enabled
I'll try to get the underlying error for that one.
@tenderlovemaking is looking at these issues, but he's at a com...
byroot (Jean Boussier)

Also available in: Atom