mame (Yusuke Endoh)
- Login: mame
- Email: mame@ruby-lang.org
- Registered on: 05/28/2008
- Last sign in: 07/24/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 2 | 146 | 148 |
Reported issues | 18 | 331 | 349 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer, Security team, Infrastructure team | 05/28/2008 |
Like
Activity
07/29/2025
-
08:02 AM Ruby Bug #21139: Prism and parse.y parses `it = it` differently
- AMomchilov (Alexander Momchilov) wrote in #note-19:
> Since `it` is just a shorthand for "the first block argument,"...
07/28/2025
-
03:51 PM Ruby Bug #21139: Prism and parse.y parses `it = it` differently
- @vinistock To clarify, do you want to change the scope of all variables, or only for `it`?
If you meant all variab...
07/25/2025
-
08:08 PM Ruby Feature #21518: Statistical helpers to `Enumerable`
- Naturally, these methods have been desired by some people for a very long time, but Ruby has historically been very c...
07/24/2025
07/23/2025
-
07:46 AM Ruby Revision 7e64a682 (git): Prevent a warning: old-style function definition
- ipsocket.c:57:1: warning: old-style function definition [-Wold-style-definition]
57 | current_clocktime()
| ...
07/18/2025
-
04:50 AM Ruby Bug #21256 (Open): `it` value is wrapped in an array when that doesn't happen with numbered parameter
-
04:28 AM Ruby Bug #21256 (Closed): `it` value is wrapped in an array when that doesn't happen with numbered parameter
- Applied in changeset commit:git|dc8ae249517e017e52a4b34a14ddd594a706a9d5.
----------
Revert "[Bug #21256] Fix `it` p... -
03:28 AM Ruby Bug #21256 (Open): `it` value is wrapped in an array when that doesn't happen with numbered parameter
- That fix caused an ASAN error. I will revert it for now. See https://github.com/ruby/ruby/pull/13947
-
04:28 AM Ruby Revision dc8ae249 (git): Revert "[Bug #21256] Fix `it` parameter when splatting and `define_method` is…"
- This reverts commit 265059603c3aa6a13f90096c71b32046a17938f3.
07/16/2025
-
03:48 PM Ruby Revision 4cf85fe2 (git): [ruby/prism] Reject `true && not true`
- A command-call-like `not true` must be rejected after `&&` and `||`.
https://bugs.ruby-lang.org/issues/21337
https:...