General

Profile

ddoherty03 (Daniel Doherty)

  • Login: ddoherty03
  • Registered on: 03/18/2016
  • Last sign in: 08/29/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

08/30/2017

11:21 AM Ruby master Bug #13848: BigDecimal.new('200.') raises an exception
Robert, yes, I think it should be the same as BigDecimal.new('200.0'). The problem arises, not when a programmer is ... ddoherty03 (Daniel Doherty)

08/29/2017

12:24 PM Ruby master Bug #13848 (Closed): BigDecimal.new('200.') raises an exception
BigDecimal.new('200.') raises an exception:
ArgumentError: invalid value for BigDecimal(): "200."
It should acc...
ddoherty03 (Daniel Doherty)

03/18/2016

01:02 PM Ruby master Bug #12196 (Closed): lib: Date.valid_date? returns incorrect response for negative day
~~~
require 'date'
puts RUBY_VERSION
if Date.valid_date?(2016, 2, -1)
puts "Valid"
else
puts "Invalid"
end...
ddoherty03 (Daniel Doherty)

Also available in: Atom