lxxxvi (Mario Schüttel)
- Login: lxxxvi
- Registered on: 10/08/2021
- Last sign in: 11/01/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/08/2021
-
03:38 PM Ruby Bug #18247 (Closed): weird results for `Array#slice` or `Array#[]` with argument of type `Enumerator::ArithmeticSequence`
- There are weird results for `Array#slice` or `Array#[]` with argument of type `Enumerator::ArithmeticSequence`.
Particularly most results with negative steps are weird. For example:
```ruby
@array = [0, 1, 2, 3, 4, 5]
@array.sl...