[#65451] [ruby-trunk - Feature #10333] [PATCH 3/1] optimize: "yoda literal" == string — ko1@...

Issue #10333 has been updated by Koichi Sasada.

9 messages 2014/10/07

[ruby-core:65631] [ruby-trunk - Bug #9890] [Closed] Empty Date class

From: eregontp@...
Date: 2014-10-12 12:41:32 UTC
List: ruby-core #65631
Issue #9890 has been updated by Benoit Daloze.

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.

----------------------------------------
Bug #9890: Empty Date class
https://bugs.ruby-lang.org/issues/9890#change-49364

* Author: Chris Bandy
* Status: Closed
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
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)
=> []
~~~



-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next