General

Profile

byroot (Jean Boussier)

Issues

open closed Total
Assigned issues 0 24 24
Reported issues 22 114 136

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

12/21/2024

10:35 AM Ruby master Bug #20972: OpenSSL Memory Usage
I think you are mostly correct, what exactly cause the memory growth is hard to point precisely (especially with `mem... byroot (Jean Boussier)

12/19/2024

08:25 AM Ruby master Feature #20205: Enable `frozen_string_literal` by default
Also it probably doesn't make a huge difference, but your regexp is a bit too strict:
```ruby
/^# frozen[-_]strin...
byroot (Jean Boussier)
08:09 AM Ruby master Feature #20205: Enable `frozen_string_literal` by default
To put the number in perspective, I adapted @mame's script to count the same thing but for a specific application and... byroot (Jean Boussier)
07:50 AM Ruby master Feature #20205: Enable `frozen_string_literal` by default
> be very careful about allocations &c in all of my gems.
If you wish not to include the comment, but remain compa...
byroot (Jean Boussier)
07:53 AM Ruby master Bug #20968: `Array#fetch_values` unexpected method name in stack trace
I agree with @jeremyevans0 that it's not a bug.
But if it's decided than it is, then there's no need to rewrite it...
byroot (Jean Boussier)

12/18/2024

11:45 PM Ruby master Revision 91efe7b6 (git): [ruby/json] Release 2.9.1
https://github.com/ruby/json/commit/f745ec145e byroot (Jean Boussier)

12/17/2024

08:45 AM Ruby master Feature #20205: Enable `frozen_string_literal` by default
Note that you don't necessarily need to set `# frozen_string_literal: true` to be compatible.
Lots of code is comp...
byroot (Jean Boussier)

12/16/2024

11:52 AM Ruby master Feature #20953: Array#fetch_values vs #values_at protocols
> Do we have a lot of those, and what’s the reasoning/use cases behind this?
Things like `#dig`, so that you can ...
byroot (Jean Boussier)
07:38 AM Ruby master Bug #20954 (Closed): Ractor.main? returns 0 on the main ractor
Applied in changeset commit:git|5d97c14fec90b96f82d13299f578d16ee9996b3f.
----------
FIx Ractor.main? to return `tru...
byroot (Jean Boussier)
07:37 AM Ruby master Revision 5d97c14f (git): FIx Ractor.main? to return `true` not `0`
[Bug #20954] byroot (Jean Boussier)

Also available in: Atom