mame (Yusuke Endoh)
- Login: mame
- Email: mame@ruby-lang.org
- Registered on: 05/28/2008
- Last sign in: 03/16/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 2 | 148 | 150 |
| Reported issues | 16 | 344 | 360 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer, Security team, Infrastructure team | 05/28/2008 |
Activity
Today
-
06:18 AM Ruby Bug #21969 (Third Party's Issue): fork() + Socket.getaddrinfo() triggers SIGSEGV/SIGABRT via libsystem_trace.dylib on macOS 26 (darwin25) x86_64 and ARM64
- #21790 also identifies `_os_log_preferences_refresh` in `libsystem_trace.dylib` as the crash site (see note #4). The NAT64 code path (`_gai_nat64_second_pass`) appears higher in the call stack, but the actual fault is the same stale shar...
03/25/2026
-
11:41 PM Ruby Revision f5897935 (git): [ruby/pstore] Do not include a backtick in error messages and backtraces
- [Feature #16495]
https://github.com/ruby/pstore/commit/6be4e72a66
03/23/2026
-
12:10 AM Ruby Feature #21960: Improve #backtrace to not confuse terminals
- Has the reporter confirmed that this change would actually make backtraces clickable in Ghostty? I suspect it would not.
I found the relevant Ghostty discussion (I'm surprised it wasn't linked in the description):
https://github.com/...
03/18/2026
-
02:44 AM Ruby Feature #21932: `MatchData#get_int`
- Here is a supplement to Matz's decision.
This method will basically follow the behavior of `String#to_i`.
The base can be specified as the second argument:
```ruby
"2024" =~ /(\d+)/
$~.integer_at(1) # => 2024 (default: bas... -
02:36 AM Ruby Misc #21956: DevMeeting-2026-05-13
- Note: This is the ticket for the meeting scheduled *after* the dev meeting co-located with RubyKaigi (2026-04-21). Until then, please list agenda items on https://bugs.ruby-lang.org/issues/21916.
-
02:34 AM Ruby Misc #21956 (Open): DevMeeting-2026-05-13
- # The next dev meeting
**Date: 2026/05/13 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... -
02:32 AM Ruby Misc #21877 (Closed): DevMeeting-2026-03-17
- The next dev meeting will be held in-person, co-located with RubyKaigi. See https://bugs.ruby-lang.org/issues/21916
03/16/2026
-
06:33 AM Ruby Bug #21934: Prism and parse.y inconsistency in command call used with pattern match
- @kddnewton @tompng Can we close this ticket?
-
06:29 AM Ruby Feature #21929: Add configure script options for instrumenting Rust builds
- @alanwu Can we close this? https://github.com/ruby/ruby/pull/15695 is already merged.
-
06:21 AM Ruby Bug #21918 (Assigned): fiber scheduler: fiber interrupt triggers for IOs that haven't been closed