Project

General

Profile

Actions

Bug #4776

closed

DateTime.new! has been disabled

Added by tenderlovemaking (Aaron Patterson) almost 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Target version:
-
ruby -v:
ruby 1.9.3dev (2011-06-06 trunk 31944) [x86_64-darwin10.7.0]
Backport:
[ruby-core:36444]

Description

After r31668, DateTime.new! no longer works. Is there a replacement? Or is this a mistake?

This code works before r31668, but breaks after 31668:

irb(main):001:0> require 'date'
=> true
irb(main):002:0> DateTime.new!
NoMethodError: undefined method new!' for DateTime:Class from (irb):2 from /Users/aaron/.local/bin/irb:12:in '
irb(main):003:0>

Some gems (specifically the tzinfo gem) depend on this method. Rails depends on tzinfo, and since tzinfo breaks I can no longer test trunk against rails. :-(


Files

noname (500 Bytes) noname tenderlovemaking (Aaron Patterson), 05/28/2011 07:59 AM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0