General

Profile

Eregon (Benoit Daloze)

  • Login: Eregon
  • Registered on: 07/30/2009
  • Last sign in: 06/26/2024

Issues

open closed Total
Assigned issues 1 59 60
Reported issues 21 183 204

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

06/27/2024

02:03 PM Ruby master Bug #20596 (Open): [BUG] unexpected rb_parser_ary_data_type (0) for script lines
https://github.com/ruby/setup-ruby/actions/runs/9697443755/job/26761634004
```
/home/runner/.rubies/ruby-head/bin/b...
Eregon (Benoit Daloze)

06/25/2024

03:33 PM Ruby master Feature #20594: A new String method to append bytes while preserving encoding
+1 from me.
I forgot that `String#concat` accepted integers.
Together with accepting variable arguments, it feels...
Eregon (Benoit Daloze)

06/19/2024

07:57 PM Ruby master Bug #20586: Some filesystem calls in dir.c are missing error handling and can return incorrect results if interrupted
If it returns EINTR, then we should retry, because that's already the behavior for all other blocking syscalls like `... Eregon (Benoit Daloze)

06/12/2024

10:17 AM Ruby master Feature #20576: Add MatchData#bytebegin and MatchData#byteend
Does this difference matter in realistic usages (e.g. that net-imap one)? How much improvement is it there?
Regard...
Eregon (Benoit Daloze)

06/09/2024

11:47 AM Ruby master Feature #20309: Bundled gems for Ruby 3.5
I wonder if making `win32ole` a bundled gem is a good idea.
From what I have seen the consequence of such changes se...
Eregon (Benoit Daloze)

06/08/2024

01:20 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
And from a quick look there is also [`_spawnv`](https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/spa... Eregon (Benoit Daloze)
01:17 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
mame (Yusuke Endoh) wrote in #note-23:
> [...] instead of parsing the command line to a string array and passing i...
Eregon (Benoit Daloze)
01:03 PM Ruby master Feature #6648: Provide a standard API for retrieving all command-line flags passed to Ruby
shyouhei (Shyouhei Urabe) wrote in #note-29:
> The current situation is that ruby is not the only valid executable t...
Eregon (Benoit Daloze)
12:11 PM Ruby master Feature #20565: Relax formal argument at label
I think it should remain forbidden, parametes must be local variables, but `C` and `$g` are not valid local variable ... Eregon (Benoit Daloze)

06/07/2024

03:36 PM Ruby master Feature #18773: deconstruct to receive a range
FWIW I think CRuby currently support subclassing Array and redefining `[]` and pattern matching will call that on CRu... Eregon (Benoit Daloze)

Also available in: Atom