Eregon (Benoit Daloze)
- Login: Eregon
- Registered on: 07/30/2009
- Last sign in: 10/28/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 1 | 61 | 62 |
| Reported issues | 22 | 191 | 213 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 08/02/2012 |
Activity
11/01/2025
-
07:14 PM Ruby Revision 48c7f349 (git): Fix rescue in test_ractor.rb
-
11:16 AM Ruby Revision 33a026fe (git): Fix the description and logic for the Ractor.make_shareable(Proc) test
-
11:16 AM Ruby Revision 94287b1e (git): Make the expectation more precise in Ractor.make_shareable(Proc) test
10/28/2025
-
07:02 PM Ruby Bug #21640: Core Pathname is missing 3 methods / is partially-defined
- If the gem is a noop then of course it would not matter, but I'm unsure if the gem should be a noop.
There is also the issue that core already uses the pathname C extension, and loading the gem pathname C extension might cause issues, i... -
09:20 AM Ruby Bug #21640: Core Pathname is missing 3 methods / is partially-defined
- Dan0042 (Daniel DeLorme) wrote in #note-19:
> But _why_? If there's an actual problem with this approach I would like to hear it. If it's just because it "feels unclean" then I would like the core team to prioritize usefulness over these... -
06:48 PM Ruby Misc #21647: DevMeeting-2025-11-13
- * [Feature #20205] Enable `frozen_string_literal` by default (eregon)
* Let's decide in which release the chilled string deprecation warning shows up regardless of verbosity level (R1) to make progress on this. How about 4.0?
* Oth... -
06:44 PM Ruby Feature #20205: Enable `frozen_string_literal` by default
- matz (Yukihiro Matsumoto) wrote in #note-75:
> Probably we would have Ruby4.0 in 2025, but I am not going to make frozen-string-literal default this year.
That's unfortunate, but OTOH it makes sense because first we need to make the ...
10/26/2025
-
01:03 PM Ruby Revision 7690309a (git): Mention that `require 'pathname'` is necessary for #find, #rmtree and .mktmpdir
- * See https://bugs.ruby-lang.org/issues/21640#note-16
-
12:38 PM Ruby Bug #21640: Core Pathname is missing 3 methods / is partially-defined
- OK, I've made a PR to document that in https://github.com/ruby/ruby/pull/14953.
But it's just a workaround, it doesn't address any of the problems.
It doesn't address what happens to the pathname gem and the various problems I mentio...
10/22/2025
-
08:52 PM Ruby Revision fa3a6f5c (git): Add docs for --zjit-debug