mame (Yusuke Endoh)
- Login: mame
- Email: mame@ruby-lang.org
- Registered on: 05/28/2008
- Last sign in: 09/24/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 2 | 147 | 149 |
Reported issues | 18 | 335 | 353 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer, Security team, Infrastructure team | 05/28/2008 |
Like
Activity
Today
-
11:00 AM Ruby Bug #21568 (Closed): Requiring core libraries when already requiring multiple user defined libraries with the same name can error
- Applied in changeset commit:git|7ae67e8f6ad6e7fd0677b28a7a10961f79d55495.
----------
load.c: Fix dest and src of MEM... -
10:27 AM Ruby Bug #21568: Requiring core libraries when already requiring multiple user defined libraries with the same name can error
- I created a patch. https://github.com/ruby/ruby/pull/14702
-
09:18 AM Ruby Bug #21568: Requiring core libraries when already requiring multiple user defined libraries with the same name can error
- Here is a small repro:
```ruby
$LOADED_FEATURES.replace(["foo.so", "a/foo.rb"])
require "foo" #=> false
$LOAD... -
11:00 AM Ruby Revision 7ae67e8f (git): load.c: Fix dest and src of MEMMOVE
- When multiple files with the same name are required, the features_index
hash stores the indexes in `$LOADED_FEATURES`...
09/26/2025
-
01:45 AM Ruby Feature #20163: Introduce #bit_count method on Integer
- > In computers that use two's complement for negative numbers, I think this is expected behavior.
Yes, but do you ...
09/19/2025
-
11:20 AM Ruby Bug #21611: Ruby 3.4.6 can't be built with GCC 15.2.1
- Please do not omit the error log.
09/16/2025
-
02:46 AM Ruby Feature #21573: Simpler syntax errors
- Before hastily adding modes, we should clarify the problem.
In the proposed patch, the error message will be as fo... -
02:24 AM Ruby Misc #21606 (Open): DevMeeting-2025-10-23
- # The next dev meeting
**Date: 2025/10/23 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-mak... -
02:23 AM Ruby Misc #21549 (Closed): DevMeeting-2025-09-11
-
02:18 AM Ruby Bug #21168: Prism doesn't require argument parentheses (in some cases) when a block is present but parse.y does
- Discussed at the dev meeting.
Matz said that he wanted to permit passing a single command (a method call without p...