[#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:68985] [Ruby trunk - Bug #11097] [Open] File names with wildcards do not expand if a path is used
From:
john.costantino@...
Date:
2015-04-24 14:31:53 UTC
List:
ruby-core #68985
Issue #11097 has been reported by John Costantino.
----------------------------------------
Bug #11097: File names with wildcards do not expand if a path is used
https://bugs.ruby-lang.org/issues/11097
* Author: John Costantino
* Status: Open
* Priority: Normal
* Assignee:
* ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x64-mingw32]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
File name expansion using wildcards does not work when a path is included. This fails in 2.2.2, but works in 2.1.6.
This example has no path and it works:
`C:\Test>C:\Ruby22-x64\bin\ruby -e "puts ARGV.join(' -- ')" A*.txt
A1.txt -- A2.txt -- A3.txt -- A4.txt`
This example specifies a path and does not work:
`C:\Test>C:\Ruby22-x64\bin\ruby -e "puts ARGV.join(' -- ')" C:\Test\A*.txt`
*(The blank line is intentional. That is what is returned.)*
--
https://bugs.ruby-lang.org/