General

Profile

Eregon (Benoit Daloze)

  • Login: Eregon
  • Registered on: 07/30/2009
  • Last sign in: 03/15/2024

Issues

open closed Total
Assigned issues 1 58 59
Reported issues 22 180 202

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

Activity

03/14/2024

08:44 PM Ruby master Revision ed2f6852 (git): Update to ruby/spec@89175b2
Eregon (Benoit Daloze)
08:44 PM Ruby master Revision 1d9f9914 (git): Update to ruby/mspec@b8f8f4e
Eregon (Benoit Daloze)
03:15 PM Ruby master Feature #20335: `Thread.each_caller_location` should accept the same arguments as `caller` and `caller_locations`
Right, Range is problematic, and only Range with positive indices seems an weird restriction so I think better no Ran... Eregon (Benoit Daloze)
02:53 PM Ruby master Feature #20335: `Thread.each_caller_location` should accept the same arguments as `caller` and `caller_locations`
Ah I mistyped, `caller_locations(20)` is of course just setting start, `caller_locations(0, 20)` has no problem, I'll... Eregon (Benoit Daloze)
02:52 PM Ruby master Feature #20335: `Thread.each_caller_location` should accept the same arguments as `caller` and `caller_locations`
I think omitting the first N frames is useful.
However I see little reason to have a `length` or `Range`, one can jus...
Eregon (Benoit Daloze)
03:11 PM Ruby master Misc #20336: DevMeeting-2024-04-17
* [Feature #20300] Hash: set value and get pre-existing value in one call (eregon)
* It seems generally useful (se...
Eregon (Benoit Daloze)
03:06 PM Ruby master Feature #20300: Hash: set value and get pre-existing value in one call
nobu (Nobuyoshi Nakada) wrote in #note-17:
> I want `ENV.exchange_value` rather than `Hash#exchange_value`.
Agreed i...
Eregon (Benoit Daloze)
03:05 PM Ruby master Feature #20300: Hash: set value and get pre-existing value in one call
That implementation is incorrect (i.e. less correct than current implementation), and `Hash#exchange_value` is needed... Eregon (Benoit Daloze)
03:04 PM Ruby master Bug #20301: `Set#add?` does two hash look-ups
That implementation using `size` is not thread-safe, even on CRuby AFAIK.
For example, if T2 calls `add?` with a new...
Eregon (Benoit Daloze)
02:58 PM Ruby master Feature #20309: Bundled gems for Ruby 3.5
OK, thank you. I wanted to make sure my concern on that is clear.
At least it seems useful to have some data and ext...
Eregon (Benoit Daloze)

Also available in: Atom