Actions
Bug #9890
closedEmpty Date class
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
Backport:
Description
Before anything is loaded/required, there is a non-functional Date
class.
$ GEM_HOME= GEM_PATH= irb
irb(main):001:0> Date
=> Date
irb(main):002:0> Date.ancestors
=> [Date, Object, Kernel, BasicObject]
irb(main):003:0> Date.instance_methods(false)
=> []
Updated by nobu (Nobuyoshi Nakada) over 10 years ago
- Status changed from Open to Third Party's Issue
Updated by nobu (Nobuyoshi Nakada) over 10 years ago
The first related commit seems:
https://github.com/rubygems/rubygems/commit/04422c3c7fc0273a5ef9d01641fb0a2a4ee0d03d#diff-05477d38d75c98664b0e7dec6eb73b45R44
Updated by drbrain (Eric Hodel) over 10 years ago
I have not been able to come up with a workaround that allows removal of Date or provides a working Date class.
Updated by Eregon (Benoit Daloze) about 10 years ago
- Status changed from Third Party's Issue to Closed
Fixed upstream by my commit https://github.com/rubygems/rubygems/pull/948.
And now merged on trunk.
Actions
Like0
Like0Like0Like0Like0