Actions
Bug #3572
closedmathn causes problems with DateTime
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2dev (2010-07-11 revision 28618) [i386-darwin9.8.0]
Backport:
Description
=begin
require 'date'
DateTime.jd(2_453_827.5) # => #<DateTime: 2006-04-01T12:00:00+00:00 (2453827.0,0,2299161)>
require 'mathn'
DateTime.jd(2_453_827.5) # => SystemStackError: stack level too deep
from /Users/username/.rvm/rubies/ruby-1.9.2-rc2/lib/ruby/1.9.1/date/format.rb:304
=end
Updated by mame (Yusuke Endoh) over 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r28652.
Kevin, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions
Like0
Like0