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 | 4 | 31 | 35 |
Activity
Today
- 03:15 AM Ruby master Revision eb2b0c2a (git): [DOC] Fix the default `limit` of String#split
- We can't pass `nil` as the second parameter of `String#split`.
Therefore, descriptions like "if limit is nil, ..." ar...
11/14/2024
- 04:52 AM Ruby master Feature #20894 (Open): Allow `Range#last(n)` for beginless ranges with Integer end
- `Range#last(n)` raises an exception on beginless ranges.
```
(..5).last(3) #=> can't iterate from NilClass (TypeE...
11/07/2024
- 12:52 PM Ruby master Revision 3f7c72cd (git): [ruby/irb] Correct ja/help-message for --context-mode and --prompt
- (https://github.com/ruby/irb/pull/1029)
https://github.com/ruby/irb/commit/b21432daf7
11/06/2024
- 05:45 AM Ruby master Bug #20874 (Open): Difference in documentation for `irb -U` between `man irb` and `irb --help`
- There is a difference in documentation for `irb -U` between `man irb` and `irb --help`.
* `man irb`: Same as `ruby...
04/16/2024
- 02:01 AM Ruby master Revision 4fcf007e (git): [DOC] Update NEWS.md [Misc #18984]
04/10/2024
- 02:28 PM Ruby master Misc #18984 (Closed): Doc for Range#size for Float/Rational does not make sense
- Applied in changeset commit:git|9f6deaa6888a423720b4b127b5314f0ad26cc2e6.
----------
[Misc #18984] Raise TypeError f... - 02:28 PM Ruby master Revision 9f6deaa6 (git): [Misc #18984] Raise TypeError from Range#size if the range is not iterable
03/04/2024
- 07:18 AM Ruby master Bug #20324 (Closed): `(1..).overlap?('foo'..)` returns true
- While thinking about finding the intersection of two ranges, I found that `(1..).overlap?('foo'..)` returns true.
...
12/22/2023
- 07:15 AM Ruby master Bug #19977 (Closed): (nil..nil) === x can raise an exception, differing from Range#cover?
- Applied in changeset commit:git|e8639098ed78f8f8f7c263d8b6f2d68822945a78.
----------
[Bug #19977] Fix (nil..nil) ===... - 07:15 AM Ruby master Revision e8639098 (git): [Bug #19977] Fix (nil..nil) === x not to raise TypeError
Also available in: Atom