General

Profile

knu (Akinori MUSHA)

  • Login: knu
  • Email: knu@ruby-lang.org
  • Registered on: 04/28/2008
  • Last sign in: 03/02/2024

Issues

open closed Total
Assigned issues 10 137 147
Reported issues 0 29 29

Projects

Project Roles Registered on
Ruby Committer 07/18/2008
Backport187 Committer, Release Manager 06/03/2008
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, Release Manager 04/28/2008
Ruby master Committer 04/28/2008

Like

Activity

02/15/2024

09:45 AM Ruby master Feature #20266: New syntax to escape embed strings in Regexp literal
I was also part of the discussion circle regarding this idea. The lack of support for easily escaping a string for r... knu (Akinori MUSHA)

12/23/2023

02:13 PM Ruby master Feature #19324: Enumerator.product => Enumerable#product
I couldn't take the time to work on this, sorry.
One thing I noticed while I was thinking of this was that Array#p...
knu (Akinori MUSHA)

12/22/2023

05:41 AM Ruby master Bug #19977: (nil..nil) === x can raise an exception, differing from Range#cover?
I've approved the PR and I'll see if @nobu agrees. I definitely would love to see this merged to 3.3. knu (Akinori MUSHA)

12/07/2023

04:33 AM Ruby master Feature #19324: Enumerator.product => Enumerable#product
We agreed that it's okay to add Enumerable#product that returns an array (of arrays) and the lazy counterpart Enumera... knu (Akinori MUSHA)

11/09/2023

09:01 AM Ruby master Bug #19977: (nil..nil) === x can raise an exception, differing from Range#cover?
Matz agreed to fix this. knu (Akinori MUSHA)
08:46 AM Ruby master Bug #19916: URI#to_s can serialize to a value that doesn't deserialize to the original
It is not appropriate to parse a path string with URI() without specifying any scheme or base URI.
If you know the p...
knu (Akinori MUSHA)
02:19 AM Ruby master Feature #14548 (Open): Allow some_array&.[1] to be a valid syntax
Can we reconsider this? JavaScript already introduced this syntax a while ago and we are already getting pretty much... knu (Akinori MUSHA)

03/17/2023

08:58 AM Ruby master Bug #19533: Behavior of ===/include? on a beginless/endless range (nil..nil) changed in ruby 3.2
mame (Yusuke Endoh) wrote in #note-2:
> In #18580, @matz said:
>
> > I decided to make `include?` to raise except...
knu (Akinori MUSHA)
04:03 AM Ruby master Bug #19533 (Closed): Behavior of ===/include? on a beginless/endless range (nil..nil) changed in ruby 3.2
Starting from Ruby 2.7.0 a range `nil..nil` used to match any value until 3.2.0-preview3, but 3.2.0-rc1 started to re... knu (Akinori MUSHA)

02/09/2023

04:12 PM Ruby master Feature #19324: Enumerator.product => Enumerable#product
Array#product has been there for years and is used a lot. What are the steps to introduce Enumerable#product without... knu (Akinori MUSHA)

Also available in: Atom