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 | 151 | 706 | 857 |
Reported issues | 2 | 30 | 32 |
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
11/07/2024
- 09:45 AM Ruby master Feature #20852 (Rejected): Anonymous HEREDOC blocks
- I don't think we should enhance here-doc syntax any further. It's too complex already.
Matz.
- 09:43 AM Ruby master Feature #20782: Introduction of Happy Eyeballs Version 2 (RFC8305) in TCPSocket.new
- Accepted.
Matz.
- 08:58 AM Ruby master Feature #20793 (Rejected): Allow Multiple Arguments for the .is_a? Method
- `is_a?(A, B)` can be read as `is_a?(A) || is_a?(B)` or `is_a?(A) && is_a?(B)`. This ambiguity might lead to less read...
- 08:42 AM Ruby master Feature #20786 (Rejected): Flow chaining with "then" keyword
- We are discussing pipeline operator in #20770. IMO, this proposal does not make the code clearer nor more concise.
...
10/05/2024
- 06:17 AM Ruby master Feature #17326 (Closed): Add Kernel#must! to the standard library
- I still do not see the need for this method. Although this method can be used for type assertion, there are no plans ...
- 06:13 AM Ruby master Feature #20769 (Feedback): Add `Hash#transform_value`
- I don't see the real-world use-case for the proposed method.
Matz.
10/04/2024
- 12:45 PM Ruby master Feature #15554: warn/error passing a block to a method which never use a block
- I don' like the term "pedantic" either. How about "strict"? I mean `--warn-strict-unused-block` or `Waning[:strict_un...
10/03/2024
- 08:58 AM Ruby master Feature #20705: Should "0.E-9" be a valid float value?
- I'd like to enhance string to float conversion in general. I might introduce small incompatibility, but impact will b...
- 07:25 AM Ruby master Feature #20778: ruby/repl_type_completor as a bundled gem
- Accepted. Looking forward to making it public.
Matz.
- 07:12 AM Ruby master Feature #20738: Removing a specific entry from a hash literal
- I don't want to add a special value (Hash::DROP) nor special syntax (?key:) here. Use `h = {foo: 1}; h[:bar] = 2 if b...
Also available in: Atom