knu (Akinori MUSHA)
- Login: knu
- Email: knu@ruby-lang.org
- Registered on: 04/28/2008
- Last sign in: 11/07/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 10 | 137 | 147 |
Reported issues | 1 | 29 | 30 |
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
09/10/2024
- 01:22 PM Ruby master Feature #18368: Range#step semantics for non-Numeric ranges
- The compatibility with `(:a .. :z).step(3)` has also been restored.
https://github.com/ruby/ruby/pull/11573
08/22/2024
- 03:11 AM Ruby master Feature #18368: Range#step semantics for non-Numeric ranges
- If we take this compatibility as important and go with it, should we give up `("a".."aaaa").step("a")` or support it?
- 02:44 AM Ruby master Feature #18368: Range#step semantics for non-Numeric ranges
- We have little choice but to specialize it for strings as we don't want to add support for `"a" + 3` that will most c...
08/03/2024
- 06:39 PM Ruby master Feature #20664: Add `before` and `until` options to Enumerator.produce
- These options should take callables in this proposal. Procs and Methods certainly meet the condition: "Any value tha...
- 06:22 PM Ruby master Feature #20664: Add `before` and `until` options to Enumerator.produce
- This proposal is based on the potential use cases I have experienced over the years. I've rarely seen a need for inf...
- 04:41 PM Ruby master Feature #20664 (Open): Add `before` and `until` options to Enumerator.produce
- Enumerator.produce provides a nice way to generate an infinite sequence but is a bit awkward to define how to end a s...
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...
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...
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.
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...
Also available in: Atom