General

Profile

Eregon (Benoit Daloze)

  • Login: Eregon
  • Registered on: 07/30/2009
  • Last sign in: 04/21/2024

Issues

open closed Total
Assigned issues 1 59 60
Reported issues 22 181 203

Projects

Project Roles Registered on
Ruby Committer 08/02/2012
Backport187 Committer 06/18/2013
Backport191 Committer 08/02/2012
Backport192 Committer 08/02/2012
Backport193 Committer 08/02/2012
Backport200 Committer 02/17/2013
Backport21 Committer 12/21/2013
Backport22 Committer 12/19/2014
Ruby 1.8 Committer 08/02/2012
Ruby master Committer 08/02/2012

Like

Activity

04/26/2024

05:21 PM Ruby master Bug #20457: Final `return` is eliminated from the AST
I want to add for context that naturally Prism already provides this information (and much more) and has a much bette... Eregon (Benoit Daloze)
09:54 AM Ruby master Bug #20456: Hash can get stuck marked as iterating through process forking
> I don't think we should shy away from making it easier to use and more robust when we can.
The best way to do th...
Eregon (Benoit Daloze)
09:45 AM Ruby master Misc #20436: DevMeeting at RubyKaigi 2024
* [Bug #20455] rb_errinfo() inconsistent with $! in the caller Ruby code (eregon)
* Could we make them consistent? ...
Eregon (Benoit Daloze)

04/25/2024

07:56 PM Ruby master Bug #20456: Hash can get stuck marked as iterating through process forking
I would think this is a general pitfall of `fork(2)`, it can leave things in other threads in a random inconsistent a... Eregon (Benoit Daloze)
07:37 PM Ruby master Bug #20455: rb_errinfo() inconsistent with $! in the caller Ruby code
@ko1 (and the code) pointed me to `$!` is `rb_ec_get_errinfo`, which walks the stack to find the first `rescue`/`ensu... Eregon (Benoit Daloze)
05:35 PM Ruby master Bug #20455 (Open): rb_errinfo() inconsistent with $! in the caller Ruby code
This (slightly modified for clarity) test in ruby/spec demonstrates the unexpected result:
```ruby
describe "rb_e...
Eregon (Benoit Daloze)

04/20/2024

11:04 AM Ruby master Bug #20440 (Closed): `super` from child class duplicating a keyword argument as a positional Hash
Eregon (Benoit Daloze)
11:04 AM Ruby master Bug #20440: `super` from child class duplicating a keyword argument as a positional Hash
See https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/
it also...
Eregon (Benoit Daloze)

04/19/2024

02:12 PM Ruby master Misc #20436: DevMeeting at RubyKaigi 2024
* [Feature #6648] Provide a standard API for retrieving all command-line flags passed to Ruby (eregon)
* @Dan0042 ...
Eregon (Benoit Daloze)
02:09 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
I fully agree with the proposal of @Dan0042.
This is also needed for MSpec, which currently works around the lack of ...
Eregon (Benoit Daloze)

Also available in: Atom