knu (Akinori MUSHA)
- Login: knu
- Email: knu@ruby-lang.org
- Registered on: 04/28/2008
- Last connection: 01/13/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 16 | 127 | 143 |
Reported issues | 0 | 27 | 27 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Developer | 07/18/2008 |
Backport187 | Developer, Release Manager | 06/03/2008 |
Backport191 | Developer | 05/16/2009 |
Backport192 | Developer | 10/05/2011 |
Backport193 | Developer | 08/24/2011 |
Backport200 | Developer | 02/17/2013 |
Backport21 | Developer | 12/21/2013 |
Backport22 | Developer | 12/19/2014 |
CommonRuby | Developer | 12/21/2012 |
Ruby 1.8 | Developer, Release Manager | 04/28/2008 |
Ruby master | Developer | 04/28/2008 |
Activity
01/13/2021
-
01:48 AM Ruby master Feature #16989: Sets: need ♥️
- knu (Akinori MUSHA) wrote in #note-29:
> For example, a program that goes `hash = {}; hash << 1; hash[:key] = :value... -
01:26 AM Ruby master Feature #16989: Sets: need ♥️
- I don't like the idea of making `array & hash` possible, as that would go against the trends of making Ruby type-frie...
01/12/2021
-
04:57 AM Ruby master Feature #16989: Sets: need ♥️
- akr (Akira Tanaka) wrote in #note-22:
> I like extending Hash instead of incorporating Set.
> For example, #inspect...
11/18/2020
-
01:48 PM Ruby master Feature #17333: Enumerable#many?
- ITYM `> 1`. 😉
09/04/2020
-
01:13 AM Ruby master Feature #16990: Sets: operators compatibility with Array
- mame (Yusuke Endoh) wrote in #note-9:
> I expect that `ary + set` return a Set, not an Array, unless it raises an ex...
09/03/2020
-
08:50 AM Ruby master Feature #16990: Sets: operators compatibility with Array
- As for the result type, I think Array operators should return arrays. Otherwise `array += set` would turn the variab...
-
08:47 AM Ruby master Feature #16990: Sets: operators compatibility with Array
- We can probably define Set#to_ary if it's OK, and Array#+ will be able to deal with a set. Let us think about the do...
-
07:48 AM Ruby master Feature #16989: Sets: need ♥️
- OK, I think it's good for us now to diverge from the original philosophy of Set when I first wrote it and pursue the ...
12/20/2019
-
07:28 AM Ruby master Feature #16274: Transform hash keys by a hash
- Which does `hash1.transform_keys(hash2)` iterate over, hash1's keys or hash2's keys?
11/28/2019
-
06:24 AM Ruby master Feature #16261: Enumerable#each_splat and Enumerator#splat
- I agree this feature would be a nice addition.
Actually I had exactly the same idea, presented at Rails Developer ...
Also available in: Atom