[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[ruby-core:62900] [ruby-trunk - Bug #9890] Empty Date class
From:
nobu@...
Date:
2014-06-02 02:46:40 UTC
List:
ruby-core #62900
Issue #9890 has been updated by Nobuyoshi Nakada. The first related commit seems: https://github.com/rubygems/rubygems/commit/04422c3c7fc0273a5ef9d01641fb0a2a4ee0d03d#diff-05477d38d75c98664b0e7dec6eb73b45R44 ---------------------------------------- Bug #9890: Empty Date class https://bugs.ruby-lang.org/issues/9890#change-47010 * Author: Chris Bandy * Status: Third Party's Issue * 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/