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
09/11/2025
-
03:00 PM Ruby Revision e39fd456 (git): [ruby/prism] Use pm_arguments_end for function call
- Previously, the location of CallNode was incorrect when it accepts a
block parameter:
```
$ ruby -rprism -e 'pp Pris...
09/09/2025
09/08/2025
-
04:41 AM Ruby Feature #21564: Extend permutation, repeated_permutation, combination and repeated_combination arguments
- When proposing new features, I strongly recommend writing a use case. It should be as simple and relatable as possibl...
09/02/2025
-
03:22 AM Ruby Feature #17398 (Assigned): SyntaxError in endless method
- Ok, then we need a patch for prism
09/01/2025
-
03:56 AM Ruby Feature #17398 (Open): SyntaxError in endless method
- Thanks, it looks good. @matz what do you think?
08/29/2025
-
10:15 AM Ruby Feature #20163: Introduce #bit_count method on Integer
- What are the intended use cases for this proposal?
My experience (in other languages) involves two use cases of po...
08/28/2025
-
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 ...