General

Profile

matz (Yukihiro Matsumoto)

  • Login: matz
  • Email: matz@ruby.or.jp
  • Registered on: 05/09/2008
  • Last sign in: 02/27/2024

Issues

open closed Total
Assigned issues 152 701 853
Reported issues 1 29 30

Projects

Project Roles Registered on
Ruby Committer 01/08/2009
Backport186 Committer 05/16/2009
Backport187 Committer 01/08/2009
Backport191 Committer 05/16/2009
Backport192 Committer 10/05/2011
Backport193 Committer 08/24/2011
Backport200 Committer 02/17/2013
Backport21 Committer 12/21/2013
Backport22 Committer 12/19/2014
Ruby 1.8 Committer 05/18/2008
Ruby master Owner, Committer 05/18/2008

Activity

Today

03:07 AM Ruby master Feature #19057: Hide implementation of `rb_io_t`.
I agree with @mame. This change would break too many tests, apps, etc. We cannot accept the change at the moment.
Ca...
matz (Yukihiro Matsumoto)
03:05 AM Ruby master Feature #20345: Add `--target-rbconfig` option to mkmf
Sounds nice. Go ahead.
Matz.
matz (Yukihiro Matsumoto)

03/14/2024

09:04 AM Ruby master Feature #20202 (Rejected): Memoized endless method definitions
I don't accept this proposal for several reasons:
* I don't see significant use-case
* method set for a class sho...
matz (Yukihiro Matsumoto)
08:07 AM Ruby master Feature #20331: Should parser warn hash duplication and when clause?
1. parser should warn only minimal and apparent cases, no base conversion, no bignum allocation. Handling `_` in the ... matz (Yukihiro Matsumoto)

02/29/2024

08:30 AM Ruby master Feature #19979: Allow methods to declare that they don't accept a block via `&nil`
Actually, I prefer #15554, but my concern is that it causes compatibility issues with false positives.
Matz.
matz (Yukihiro Matsumoto)

02/27/2024

03:57 AM Ruby master Feature #20275: Avoid extra backtrace entries for rescue and ensure
I agree with removing `ensure in` and `rescue in` entries from backtraces.
Matz.
matz (Yukihiro Matsumoto)

02/20/2024

02:47 AM Ruby master Feature #19979: Allow methods to declare that they don't accept a block via `&nil`
Honestly, '&nil' isn't very appealing looking, but I'm willing to accept this suggestion because I was hoping for a w... matz (Yukihiro Matsumoto)
02:19 AM Ruby master Feature #20257: Rearchitect Ripper
I am OK with it.
Matz.
matz (Yukihiro Matsumoto)

02/15/2024

11:45 PM Ruby master Feature #20080: Introduce #bounds method on Range
Actually, I don't see the clear benefit of the proposal. `first, last = range.bounds` can be `first = range.begin; la... matz (Yukihiro Matsumoto)

02/14/2024

07:54 AM Ruby master Bug #20218: aset/masgn/op_asgn with keyword arguments
OK, prohibit keyword arguments in aset.
Matz.
matz (Yukihiro Matsumoto)

Also available in: Atom