kyanagi (Kouhei Yanagita)
- Login: kyanagi
- Registered on: 11/15/2009
- Last sign in: 02/22/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 5 | 31 | 36 |
Activity
12/18/2024
- 02:00 AM Ruby master Revision 25602421 (git): [DOC] Fix the block parameter name in Array#zip
12/16/2024
- 07:57 AM Ruby master Revision eef4e8a2 (git): [DOC] Add Warning[:strict_unused_block] to NEWS
- 02:05 AM Ruby master Bug #20957 (Open): RangeError on Array#values_at with negative ranges
- ```
[0, 1, 2, 3].values_at(10) #=> [nil]
[0, 1, 2, 3].values_at(10..10) #=> [nil]
[0, 1, 2, 3].values_at(-...
12/13/2024
- 06:25 PM Ruby master Revision a5f3a013 (git): [DOC] Fix incorrect `Array#fetch_values` examples (#12337)
- [DOC] Fix incorrect Array#fetch_values examples
12/10/2024
- 02:12 PM Ruby master Bug #20936 (Closed): Enumerator's #size returned by Range#reverse_each raises an exception for beginningless Range
- Applied in changeset commit:git|3422bfcab6bfdedd10e5c85f5fd6334387712bc6.
----------
[Bug #20936] Fix #size for Rang... - 03:13 AM Ruby master Bug #20936: Enumerator's #size returned by Range#reverse_each raises an exception for beginningless Range
- I made a pull request: https://github.com/ruby/ruby/pull/12301
Does this fix work? - 02:12 PM Ruby master Revision 3422bfca (git): [Bug #20936] Fix #size for Range#reverse_each
12/01/2024
- 11:28 PM Ruby master Revision ae59b440 (git): [ruby/set] Fix ^ to respect subclasses
- https://github.com/ruby/set/commit/f88ecdef6b
- 11:28 PM Ruby master Revision f2334cf4 (git): [ruby/set] Speed up Set#flatten
- Improved performance by ensuring that identical `Set` objects are
processed only once.
https://github.com/ruby/set/c...
11/19/2024
- 01:13 PM Ruby master Revision edf5a738 (git): [ruby/irb] Complete the missing documentation abount the environment
- variables
(https://github.com/ruby/irb/pull/1028)
https://github.com/ruby/irb/commit/68f5cf0535
Also available in: Atom