General

Profile

matz (Yukihiro Matsumoto)

  • Login: matz
  • Email: matz@ruby.or.jp
  • Registered on: 05/09/2008
  • Last sign in: 12/16/2025

Issues

open closed Total
Assigned issues 148 688 836
Reported issues 1 30 31

Projects

Project Roles Registered on
Ruby Owner, Committer 05/18/2008

Activity

02/12/2026

09:03 AM Ruby Feature #21858: `Kernel#Hash` considers `to_h` too
I have no strong objection, but it is true that we have big side effect when we allow `to_h` from `Hash()` as @Dan0042 pointed out for example.
What do you think?
Matz.
matz (Yukihiro Matsumoto)
08:20 AM Ruby Feature #21781: Add `fetch_values` method on `ENV`
I accept the proposal.
Matz.
matz (Yukihiro Matsumoto)
07:35 AM Ruby Feature #21781: Add `fetch_values` method on `ENV`
Accepted.
Matz.
matz (Yukihiro Matsumoto)
08:19 AM Ruby Feature #15330: autoload_relative
OK, now I accept having `autoload_relative`.
Matz.
matz (Yukihiro Matsumoto)
08:18 AM Ruby Feature #21871: Add Module#undef_const
First, it doesn't seem directly related to the example and the functionality being proposed. Second, it doesn't directly explain the pros and cons of introducing `undef`ining constants. At this point, I don't see the need for it.
Matz.
matz (Yukihiro Matsumoto)
08:13 AM Ruby Feature #21822: Expose Return Value in the ensure Block
I don't think it's not worth for the new syntax, where you can do similar thing with:
```
begin
ret = begin
# ....
end
ensure
LOGGER.debug "return value: #{ret}"
end
```
Matz.
matz (Yukihiro Matsumoto)
08:09 AM Ruby Feature #21813 (Rejected): Add [:forward, :...] symbol tuple to indicate forwarding arguments when calling `Method#parameters`
I failed to persuade me. I admit there's a lack of symmetry, but I don't think it's not worth the potential performance burden.
Matz.
matz (Yukihiro Matsumoto)
07:38 AM Ruby Bug #21808: Inconsistency in support of additional newlines with boolean logical operators on new line
I agreed with @nobu here. Fluent method calls (`.`) behave same.
Matz.
matz (Yukihiro Matsumoto)
07:13 AM Ruby Bug #21844: Inconsistent ArgumentError message for Data::define.new
OK, these are bugs (string keys, integer keys). We should fix.
Matz.
matz (Yukihiro Matsumoto)
06:38 AM Ruby Feature #21796: unpack variant that returns the final offset
Go ahead.
Matz.
matz (Yukihiro Matsumoto)

Also available in: Atom