General

Profile

Eregon (Benoit Daloze)

  • Login: Eregon
  • Registered on: 07/30/2009
  • Last sign in: 11/08/2024

Issues

open closed Total
Assigned issues 1 59 60
Reported issues 19 186 205

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

11/13/2024

07:42 PM Ruby master Bug #20714: Handle optional dependencies in `bundled_gems.rb`
I think https://github.com/ruby/ruby/pull/11545 is a good change and worth merging.
It doesn't hide any warning, but...
Eregon (Benoit Daloze)
06:05 PM Ruby master Bug #20714: Handle optional dependencies in `bundled_gems.rb`
I think the trouble is on `require 'fiddle'` in 3.4, e.g. in reline, it would actually succeed (and return true):
``...
Eregon (Benoit Daloze)
01:39 PM Ruby master Bug #20785: Should `a in b, and c` `a in b, or c` `a in b, rescue c` be syntax ok?
I think @Dan0042 has a point.
For instance if I'm using some longer variables names and the array/tuple has many ele...
Eregon (Benoit Daloze)

11/12/2024

02:20 PM Ruby master Revision 6c123649 (git): [ruby/prism] Use RbConfig to locate libprism and headers when it is a default gem
* This is notably necessary on TruffleRuby, which is updating to Ruby 3.3 which introduces Prism as a default gem.
* ...
Eregon (Benoit Daloze)
10:53 AM Ruby master Feature #20884: reserve "Ruby" toplevel module for Ruby language
I think this is a great idea, and would allow to introduce some methods/constants/modules/classes we wouldn't be able... Eregon (Benoit Daloze)
10:18 AM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
nobu (Nobuyoshi Nakada) wrote in #note-43:
> Saving a path string is not reliable.
Why not?
Are you thinking if ...
Eregon (Benoit Daloze)

11/08/2024

12:26 PM Ruby master Feature #20864: Allow `Kernel#warn` to accept `**options` and pass these to `Warning.warn`.
From the experience of mspec or ruby/spec which used to override `Kernel#warn` it's very confusing and messy, and I r... Eregon (Benoit Daloze)

11/07/2024

09:25 PM Ruby master Bug #20863: `zlib.c` calls `rb_str_set_len` and `rb_str_modify_expand`(and others) without holding the GVL.
ioquatix (Samuel Williams) wrote in #note-7:
> Even if today the implementation follows a "safe" code path, in the fu...
Eregon (Benoit Daloze)
03:02 PM Ruby master Feature #20350: Return chilled string from Symbol#to_s
Matz already approved this change above, so I think the only missing thing is a PR to implement it.
It might be la...
Eregon (Benoit Daloze)
02:54 PM Ruby master Feature #20878: A new C API to create a String by adopting a pointer: `rb_enc_str_adopt(const char *ptr, long len, long capa, rb_encoding *enc)`
LGTM, +1.
Maybe simply `rb_str_adopt()` for the name?
That way it's closer to `rb_str_new()`, and these days all St...
Eregon (Benoit Daloze)

Also available in: Atom