[#68845] [Ruby trunk - Feature #11056] [PATCH] lib/net/*: use io/wait methods instead of IO.select — normalperson@...
Issue #11056 has been updated by Eric Wong.
3 messages
2015/04/11
[#68945] [Ruby trunk - Feature #11083] [Open] Gemify net-telnet — shibata.hiroshi@...
Issue #11083 has been reported by Hiroshi SHIBATA.
4 messages
2015/04/21
[#68951] Re: [Ruby trunk - Feature #11083] [Open] Gemify net-telnet
— Eric Wong <normalperson@...>
2015/04/21
shibata.hiroshi@gmail.com wrote:
[#69012] [Ruby trunk - Feature #11105] [Open] ES6-like hash literals — shugo@...
Issue #11105 has been reported by Shugo Maeda.
5 messages
2015/04/29
[ruby-core:68860] [Ruby trunk - Bug #11063] [Open] Special singleton class should return true for singleton_class? test
From:
mail@...
Date:
2015-04-12 19:50:49 UTC
List:
ruby-core #68860
Issue #11063 has been reported by Jan Lelis. ---------------------------------------- Bug #11063: Special singleton class should return true for singleton_class? test https://bugs.ruby-lang.org/issues/11063 * Author: Jan Lelis * Status: Open * Priority: Low * Assignee: * ruby -v: ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- This seems wrong (or at least inconsistent): ~~~ nil.singleton_class.singleton_class? #=> false true.singleton_class.singleton_class? #=> false false.singleton_class.singleton_class? #=> false ~~~ ---Files-------------------------------- special_singletons.patch (1.16 KB) -- https://bugs.ruby-lang.org/