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: 09/03/2024
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...
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... - 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...
- 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... - 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...
12/18/2024
- 11:45 PM Ruby master Revision 91efe7b6 (git): [ruby/json] Release 2.9.1
- https://github.com/ruby/json/commit/f745ec145e
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...
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 ... - 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... - 07:37 AM Ruby master Revision 5d97c14f (git): FIx Ractor.main? to return `true` not `0`
- [Bug #20954]
Also available in: Atom