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/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).
-
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... -
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...
10/09/2025
-
09:26 AM Ruby Revision 960c28a4 (git): FreeBSD returns EAI_FAIL instead of EAI_FAMILY in getaddrinfo and getnameinfo specs
10/08/2025
-
03:59 PM Ruby Revision 50593d51 (git): Update to ruby/spec@3d7e563
-
03:59 PM Ruby Revision 5e7e6040 (git): Update to ruby/mspec@6a7b509
-
03:42 PM Ruby Misc #21630: Suggest @Earlopain for core contributor
- +1, @Earlopain has been proactive to fix important prism-related issues reported on this tracker as well as many contributions to making Prism better, and both have proven to be essential.
10/05/2025
-
01:49 PM Ruby Bug #21618: Allow to use the build-in prism version to parse code
- Earlopain (Earlopain _) wrote in #note-10:
> I don't think changing the default would be much of an improvement. You can't tell what people really want.
I *think* we can establish it's only 2 use cases:
* either they want the same as th... -
06:13 AM Ruby Revision 34077707 (git): [ruby/pp] Fix ::Data warning on Ruby 2.7
- * It was showing on require 'pp':
lib/pp.rb:525: warning: constant ::Data is deprecated
* Fixes https://github.com/ruby/pp/issues/51
https://github.com/ruby/pp/commit/4fd8f4e0bb
10/03/2025
-
01:33 PM Ruby Bug #21618: Allow to use the build-in prism version to parse code
- Taking the concerns from the description:
Earlopain (Earlopain _) wrote:
> Consider that some syntax will be disallowed in the next ruby version. I would have to specify the ruby version I want to parse as in order to not run into sy...