mame (Yusuke Endoh)
- Login: mame
- Email: mame@ruby-lang.org
- Registered on: 05/28/2008
- Last sign in: 08/22/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 2 | 147 | 149 |
Reported issues | 18 | 334 | 352 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer, Security team, Infrastructure team | 05/28/2008 |
Like
Activity
Today
-
06:35 AM Ruby Revision 2e27f6e1 (git): [ruby/error_highlight] Drop Ruby 3.1 support
- ... as it is already EOL
https://github.com/ruby/error_highlight/commit/f15489216a -
06:35 AM Ruby Revision b85b2b84 (git): [ruby/error_highlight] Remove a branch for Ruby 3.1
- https://github.com/ruby/error_highlight/commit/d3063cde62
-
06:27 AM Ruby Feature #21543: Point ArgumentError to the call site
- Merged at commit:85e0c98cf0537c2049bfbbc2e21228264db90e00.
-
06:26 AM Ruby Feature #21543 (Closed): Point ArgumentError to the call site
- Applied in changeset commit:git|ed8fe53e80e16f9bff592333a3082981f39216e1.
----------
Allow to get a NODE_SCOPE node ... -
04:03 AM Ruby Feature #21543 (Assigned): Point ArgumentError to the call site
- Thank you everyone. I also talked with @matz, and he said "give it a try."
I have prepared https://github.com/ruby... -
03:44 AM Ruby Feature #21543 (Closed): Point ArgumentError to the call site
- Applied in changeset commit:git|2ccb2de677849732181224cb9fd1a831dbaac4c0.
----------
Make `RubyVM::AST.of` return a ... -
06:26 AM Ruby Revision 85e0c98c (git): [ruby/error_highlight] Show a dedicated snippet for "wrong number of arguments" error
- This is an experimental implementation for
https://bugs.ruby-lang.org/issues/21543.
```
test.rb:2:in 'Object#foo': w... -
03:44 AM Ruby Revision ed8fe53e (git): Allow to get a NODE_SCOPE node of dummy stack frame of ArgumentError
- Previously, it was not possible to obtain a node of the callee's
`Thread::Backtrace::Location` for cases like "wrong ... -
03:44 AM Ruby Revision 2ccb2de6 (git): Make `RubyVM::AST.of` return a parent node of NODE_SCOPE
- This change makes `RubyVM::AST.of` and `.node_id_for_backtrace_location`
return a parent node of NODE_SCOPE (such as ...
08/22/2025
-
04:43 AM Ruby Feature #14718 (Rejected): Use jemalloc by default?
- jemalloc development has been discontinued.
https://jasone.github.io/2025/06/12/jemalloc-postmortem/