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 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)

02/09/2012

06:09 AM Ruby 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: 2012-02-29 ((2455987j,0s,0n),+0s,2299161j)>
irb(main):005:0> Date.new 2012, 2, 30
ArgumentError: invalid date
from...
dmarkow (Dylan Markow)
06:00 AM Ruby 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 month has less than 31 days. If the day exceeds the number of days, it just spills over into the following month; "2012-02-...
dmarkow (Dylan Markow)

04/27/2010

01:38 AM Ruby 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