loudandwicked (Damjan Cilenšek)
- Login: loudandwicked
- Registered on: 11/19/2016
- Last sign in: 09/27/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/19/2016
-
12:20 PM Ruby Bug #12961 (Closed): Bad value for range using infinity for Date or Time
- How to reproduce:
~~~ ruby
-Float::INFINITY...Float::INFINITY # works
Date.today...Float::INFINITY # works
-Float::INFINITY...Date.today # fails with "ArgumentError: bad value for range"
Time.now...Float::INFINITY #fails with "Arg...