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 | 11 | 105 | 116 |
Reported issues | 1 | 20 | 21 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 04/28/2008 |
Like
Activity
09/10/2024
-
01:22 PM Ruby 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 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 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 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 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 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 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 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 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 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