[#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:68968] [Ruby trunk - Bug #11089] [Closed] 2.2.2p95 crash on Windows when passed glob patterns on command line
From:
nobu@...
Date:
2015-04-23 04:02:09 UTC
List:
ruby-core #68968
Issue #11089 has been updated by Nobuyoshi Nakada. Description updated Status changed from Open to Closed Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED ---------------------------------------- Bug #11089: 2.2.2p95 crash on Windows when passed glob patterns on command line https://bugs.ruby-lang.org/issues/11089#change-52224 * Author: Lars Christensen * Status: Closed * Priority: Normal * Assignee: * ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [i386-mswin32_120] * Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED ---------------------------------------- Command: ~~~ mkdir foo ruby -e "p ARGV" foo/* ruby -e "p ARGV" foo/** ruby -e "p ARGV" foo/**/* ~~~ Result: ~~~ Ruby 2.2.2p95 mswin32_120 build: Crash, access violation RubyInstaller 2.2.2p95: Exit without any output ~~~ -- https://bugs.ruby-lang.org/