alix (Ales Marecek)
- Login: alix
- Email: amarecek@redhat.com
- Registered on: 08/26/2011
- Last sign in: 09/13/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
09/14/2011
-
12:48 AM Ruby Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hi Kenta, thanks for the hint.
The bug is about "three-dotted" range, not "double-dotted". Test with Bigdecimal works, with "quo" does NOT, with "quo" using rational lib does.
$ ruby -rbigdecimal -e 'p (BigDecimal("1.0")...BigDecimal("...
09/13/2011
-
11:17 PM Ruby Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hi!
Shyouhei, I can't agree with you. We have some fact that algorithm written in ruby doesn't work. I know this is not the problem of ruby but it is fixable. If we have something like tests there, we run it, what it is for when it fail...