Eregon (Benoit Daloze)
- Login: Eregon
- Registered on: 07/30/2009
- Last sign in: 08/22/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 61 | 62 |
Reported issues | 20 | 190 | 210 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 08/02/2012 |
Like
Activity
Today
-
01:35 PM Ruby Feature #21550: Ractor.sharable_proc/sharable_lambda to make sharable Proc object
- Summary: I think option 2 is great it's both flexible, clear and safe, and we should implement it.
It addresses the ...
08/22/2025
-
07:13 PM Ruby Misc #21458: Test 'make install'?
- hsbt (Hiroshi SHIBATA) wrote in #note-9:
> But I'm against to add cli test like `rdoc --version` because we explicit... -
06:29 PM Ruby Feature #21543: Point ArgumentError to the call site
- mame (Yusuke Endoh) wrote in #note-2:
> What do you think?
That looks a lot clearer to me.
I think it's not real... -
06:24 PM Ruby Feature #21518: Statistical helpers to `Enumerable`
- mrkn (Kenta Murata) wrote in #note-12:
> In general, adding only `mean` (I prefer `mean` over `average`, see below) ... -
08:49 AM Ruby Feature #21532: Define most of Pathname in Ruby code
- The CI did pass on Windows e.g. https://github.com/ruby/pathname/actions/runs/16760570256/job/47454475161
Are there ...
08/21/2025
-
10:41 PM Ruby Bug #21540: prism allows `foo && return bar` when parse.y doesn't
- Indeed, you're right:
```
Thread 1 "ruby" hit Breakpoint 1, syntax_error_initialize (argc=0, argv=0x0, self=1407366... -
10:18 PM Ruby Feature #21039: Ractor.make_shareable breaks block semantics (seeing updated captured variables) of existing blocks
- jhawthorn (John Hawthorn) wrote in #note-27:
> I really do not believe it is a departure from the existing semantics... -
09:52 PM Ruby Feature #21039: Ractor.make_shareable breaks block semantics (seeing updated captured variables) of existing blocks
- Log at https://github.com/ruby/dev-meeting-log/blob/master/2025/DevMeeting-2025-08-21.md
matz (Yukihiro Matsumoto) w... -
06:33 PM Ruby Feature #21532 (Closed): Define most of Pathname in Ruby code
- Thanks!
08/20/2025
-
08:45 PM Ruby Bug #21540: prism allows `foo && return bar` when parse.y doesn't
- Given it's `ruby: compile error (SyntaxError)` from parse.y I guess it's a check done in `compile.c` and missing in `...