General

Profile

dmarkow (Dylan Markow)

  • Login: dmarkow
  • Email: dmarkow@gmail.com
  • Registered on: 04/27/2010
  • Last sign in: 01/06/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/30/2015

07:48 PM Ruby master Bug #10968: [BUG] object allocation during garbage collection phase in /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177
This might be a duplicate of https://bugs.ruby-lang.org/issues/10933 which has already been fixed (but not released)? dmarkow (Dylan Markow)

12/30/2013

12:46 AM Backport21 Backport #9316: BigDecimal division in Ruby 2.1
=begin
Also, it appears to only happen when the right side number is less than 1:
>> BigDecimal.new("1472.0") / ...
dmarkow (Dylan Markow)
12:42 AM Backport21 Backport #9316: BigDecimal division in Ruby 2.1
=begin
The to_f appears to be irrelevant:
2.0.0p353:
>> BigDecimal.new("1472.0") / BigDecimal.new("0.99")
=>...
dmarkow (Dylan Markow)

02/09/2012

06:09 AM Ruby master Bug #5988: Time class interprets "2012-02-30" as "2012-03-01"
=begin
By comparison, the Date class handles this properly:
irb(main):004:0> Date.new 2012, 2, 29
=> #<Date: 2...
dmarkow (Dylan Markow)
06:00 AM Ruby master Bug #5988 (Rejected): Time class interprets "2012-02-30" as "2012-03-01"
=begin
The time class seems to accept any number from 1-31 as a valid day for any month of the year, even if the mon...
dmarkow (Dylan Markow)

04/27/2010

01:38 AM Ruby master Bug #2241: Let Net::SMTP continu when at least one RCPT is accepted
=begin
There is a typo in this -- line 842 of lib/net/smtp.rb should reference "ok_users" not "ok_addrs"
=end
dmarkow (Dylan Markow)

Also available in: Atom