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 | 17 | 341 | 358 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Security team, Infrastructure team | 05/28/2008 |
Activity
01/15/2026
-
06:50 AM Ruby Misc #21777 (Closed): DevMeeting-2026-01-14
-
06:49 AM Ruby Misc #21839 (Open): DevMeeting-2026-02-12
- # The next dev meeting
**Date: 2026/02/12 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-making place. All decisions should be done at the bug tracker.
- Dev meeting is a place we can ask Matz, nobu, nurse and o...
01/14/2026
-
06:40 PM Ruby Bug #21820: "vm_call_cfunc: cfp consistency error" occurs during rdoc generation when installing Ruby 4.0.0 via rbenv on Ubuntu 24.04
- I tried setting up Ubuntu 24.04 on WSL2 (Windows 11), but still couldn't reproduce it!
It is not so surprising since it seems like a memory bug, but I can't do anything on my side unless I can reproduce it.
Could you please try to ... -
05:27 PM Ruby Feature #13683: Add strict Enumerable#single
- `Enumerable#sole` is a method that should only be used when the Enumerable has only one element. Using it in other cases (0 or 2+ elements) is considered a bug, or literally "exceptional", so raising an exception makes perfect sense.
... -
11:22 AM Ruby Feature #21821: Add Stack and SizedStack classes
- Discussed at the dev meeting. No conclusion has been reached, but some opinions raised included:
* Instead of introducing separate classes for each algorithm, how about introducing a generic container class under a more use-case-drive... -
10:34 AM Ruby Feature #21800: `Dir.foreach` and `Dir.each_child` to optionally yield `File::Stat` object alongside the children name
- Discussed at the dev meeting, several points were raised.
* The lack of portability is concerning (as @matz already mentioned).
* The lazy `File::Stat` is concerning about the timing: the file type reflects information at the time of...
01/13/2026
-
02:21 PM Ruby Bug #21820: "vm_call_cfunc: cfp consistency error" occurs during rdoc generation when installing Ruby 4.0.0 via rbenv on Ubuntu 24.04
- I gave it a try but could not reproduce the issue on Ubuntu 24.04 running in Docker. Can anyone reproduce this?
```
mame@e386a20b84fc:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_... -
12:35 PM Ruby Bug #21790 (Third Party's Issue): `Socket.getaddrinfo` hangs after `fork()` on macOS 26.1 (Tahoe) for IPv4-only hosts
- Thank you for your confirmation. This is most likely a macOS bug, so I'd close this as a third-party issue.
It would be the best for macOS to fix the issue, but if someone finds a workaround, I'd consider importing it in the Ruby side. -
06:11 AM Ruby Bug #21818 (Assigned): Thread backtraces cannot be communicated over Ractor ports
-
06:01 AM Ruby Bug #21809 (Assigned): Segmentation fault when running RUBY_BOX=1 gem update --system