General

Profile

Eregon (Benoit Daloze)

  • Login: Eregon
  • Registered on: 07/30/2009
  • Last sign in: 05/14/2024

Issues

open closed Total
Assigned issues 1 59 60
Reported issues 21 182 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

05/14/2024

07:23 AM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
@matz Do you agree with `RbConfig.ruby_args`, is it OK to add it? Eregon (Benoit Daloze)
05:59 AM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
We are discussing how to make opt-in.
Because relaxed mode can miss cases (e.g. for methods with a common name), and...
Eregon (Benoit Daloze)

05/09/2024

10:26 AM Ruby master Bug #19920 (Closed): Ruby 3.1 fails to build with --enable-shared on macos-arm64: is an incompatible architecture (have 'arm64', need '')
Closing this to mark it as backport required for 3.1.
The commit to backport is https://github.com/ruby/ruby/commit/...
Eregon (Benoit Daloze)

05/07/2024

08:50 PM Ruby master Bug #20421: String#index and String#byteindex don't clear `$~` when offset > size (or bytesize)
We should also add a test so this doesn't regress on 3.3 & master, that seems fine as a `ruby_bug` spec in ruby/spec. Eregon (Benoit Daloze)
08:48 PM Ruby master Bug #20421: String#index and String#byteindex don't clear `$~` when offset > size (or bytesize)
Given this is a clear bug (which can break programs' logic) I think it's good to backport. Eregon (Benoit Daloze)
08:44 PM Ruby master Bug #20433: Hash.inspect for some hash returns syntax invalid representation
I think always having spaces would help readability.
If we don't want to change that, then how about simply quoting ...
Eregon (Benoit Daloze)
01:48 PM Ruby master Feature #19979: Allow methods to declare that they don't accept a block via `&nil`
True, OTOH the trade-offs made in #15554 like every method using `super` considered to "accept a block" might not be ... Eregon (Benoit Daloze)
12:17 PM Ruby master Feature #19979: Allow methods to declare that they don't accept a block via `&nil`
From https://bugs.ruby-lang.org/issues/20436#note-12:
@ufuk wrote:
> Can we at least get runtime introspection for ...
Eregon (Benoit Daloze)

05/04/2024

10:35 AM Ruby master Bug #20468: Segfault on safe navigation in for target
IOW I think the segfault could be fixed here without changing what is valid syntax.
And given this segfault probably...
Eregon (Benoit Daloze)
10:34 AM Ruby master Bug #20468: Segfault on safe navigation in for target
Given `for foo.bar in []; end` is valid and does `for.bar = element`,
I think `for foo&.bar in []; end` could simply...
Eregon (Benoit Daloze)

Also available in: Atom