matz (Yukihiro Matsumoto)
- Login: matz
- Email: matz@ruby.or.jp
- Registered on: 05/09/2008
- Last sign in: 05/16/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 148 | 687 | 835 |
Reported issues | 1 | 29 | 30 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Owner, Committer | 05/18/2008 |
Activity
09/11/2025
-
05:21 AM Ruby Feature #21555 (Rejected): Add support for predicate attribute reader names
- I still ask you to define `def valid? = @valid` manually. It is not much worse than `attr_reader :valid?`.
Matz.
09/09/2025
-
02:06 AM Ruby Misc #21566: Transfer Shopify/yjit-bench and speed.yjit.org to ruby/ruby-bench and *.ruby-lang.org
- Sounds great! Go ahead.
Matz.
09/02/2025
-
03:13 AM Ruby Feature #17398: SyntaxError in endless method
- Sounds reasonable, considering existing grammar.
Matz.
08/22/2025
-
09:40 AM Ruby Feature #21550: Ractor.shareable_proc/shareable_lambda to make sharable Proc object
- I understand the concern for future confusion, but it's a trade-off. I'd accept confusion here (option 1) to avoid co...
08/21/2025
-
01:46 PM Ruby Feature #17316: On memoization
- Currently, `?=` means "a single character =". We don't want to break current available syntax, unless absolutely nece...
-
09:34 AM Ruby Feature #12282: Hash#dig! for repeated applications of Hash#fetch
- `fetch_path` is much better than `dig!` since this bang method is against our naming convention (if we have x and x!,...
-
09:27 AM Ruby Feature #21518: Statistical helpers to `Enumerable`
- I am positive about adding those methods, but I am no expert on Mathematics nor Statistics.
Matz.
-
09:22 AM Ruby Misc #21385: Namespace: Suggesting a rename
- I accept `Ruby::Box`. I saw the proposal for `Ruby::Context` but this namespace things are a bit different from the `...
-
09:20 AM Ruby Bug #21529: Deprecate the /o modifier and warn against using it
- Sorry, `/o` is a traditional option. Even though Perl is not popular anymore, we are **not** going to deprecate it. I...
-
09:16 AM Ruby Feature #21520: Feature Proposal: Enumerator::Lazy#tee
- I don't think `lazy_each` is a good name. We just wanted to peek the element in the stream, being lazy or not. In tha...