mame (Yusuke Endoh)
- Login: mame
- Email: mame@ruby-lang.org
- Registered on: 05/28/2008
- Last sign in: 06/28/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/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:... -
11:14 AM Ruby Revision 830ab2c5 (git): Add a comment to count_objects to prevent future regression
-
09:31 AM Ruby Revision 6d17a3e6 (git): Prevent ObjectSpace.count_objects from allocating extra arrays
- `ObjectSpace.count_objects` could cause an unintended array allocation.
It returns a hash like `{ :T_ARRAY => 100, :T...
07/11/2025
-
06:19 AM Ruby Bug #21507 (Closed): Regexp considers variable repetition quantifiers invalid in lookbehind
- Applied in changeset commit:git|b2fdd26417d1539014c7af499ab1f9b398eca4c0.
----------
Lookbehind regexp must be fixed... -
06:19 AM Ruby Revision b2fdd264 (git): Lookbehind regexp must be fixed-length
- Fixes [Bug #21507]
-
05:45 AM Ruby Feature #21039: Ractor.make_shareable breaks block semantics (seeing updated captured variables) of existing blocks
- The followings are also approved; changing an existing proc object to shareable should be prohibited.
> * raise on...
Also available in: Atom