General

Profile

Eregon (Benoit Daloze)

  • Login: Eregon
  • Registered on: 07/30/2009
  • Last sign in: 10/02/2025

Issues

open closed Total
Assigned issues 1 61 62
Reported issues 22 191 213

Projects

Project Roles Registered on
Ruby Committer 08/02/2012

Activity

10/22/2025

08:52 PM Ruby Revision fa3a6f5c (git): Add docs for --zjit-debug
Eregon (Benoit Daloze)
08:21 PM Ruby Bug #21640: Core Pathname is missing 3 methods / is partially-defined
Earlopain (Earlopain _) wrote in #note-14:
> pathname only had 4 releases since it became a gem at the end of 2020, that does not seem like that much innovation. Per the changelog it barely changed since then even with the releases that ...
Eregon (Benoit Daloze)
02:50 PM Ruby Bug #21640: Core Pathname is missing 3 methods / is partially-defined
Earlopain (Earlopain _) wrote in #note-12:
> I want to adress some of these points:
Thank you for your feedback.
> ...
They are very related but not the same, here is what I meant:
1 is explaining that Pathname inherently depends...
Eregon (Benoit Daloze)
09:35 AM Ruby Bug #21640: Core Pathname is missing 3 methods / is partially-defined
> I'm not sure why, but that seems a serious bug that the pathname gem apparently can't be used at all with Bundler.
This is actually a Bundler issue independent from this issue as it already exists on Ruby 3.4: https://github.com/ruby/...
Eregon (Benoit Daloze)
02:52 PM Ruby Bug #21645: Can't `require "resolve"` on Windows under Bundler without warnings
My impression here is we should always respect dependencies before changing from stdlib/default gem to bundled gem.
Concretely, I think fiddle shouldn't be a bundled gem before its stdlib & default gems usages (resolv, win32/resolv, w...
Eregon (Benoit Daloze)

10/21/2025

10:03 PM Ruby Revision 89472d89 (git): ZJIT: Inline Fixnum#^
* Handled in cruby_methods.rs because there is no basic operation for Fixnum#^. Eregon (Benoit Daloze)
10:03 PM Ruby Revision 0cc4819f (git): Improve test_fixnum_{and,or}* by checking all results and using more interesting inputs
Eregon (Benoit Daloze)

10/15/2025

03:32 PM Ruby Bug #21640: Core Pathname is missing 3 methods / is partially-defined
I'm happy to help making the changes in ruby/ruby to make Pathname "just a default gem" again like it was in 3.4, if that is the decided outcome of the dev meeting (I added this ticket to https://bugs.ruby-lang.org/issues/21606). Eregon (Benoit Daloze)
02:40 PM Ruby Bug #21640 (Open): Core Pathname is missing 3 methods / is partially-defined
```
$ ruby -e 'puts Pathname.instance_methods(false).sort; puts Pathname.singleton_methods.sort' > core_pathname_methods.txt
$ ruby -rpathname -e 'puts Pathname.instance_methods(false).sort; puts Pathname.singleton_methods.sort' > requ...
Eregon (Benoit Daloze)
03:30 PM Ruby Misc #21606: DevMeeting-2025-10-23
* [Bug #21640] Core Pathname is missing 3 methods / is partially-defined (eregon)
* This seems a bad user experience: partially-defined class missing some methods, `require "pathname"` doesn't load the gem as expected (even with Bundl...
Eregon (Benoit Daloze)

Also available in: Atom