[#76442] [Ruby trunk Feature#11741] Migrate Ruby to Git from Subversion — naruse@...
Issue #11741 has been updated by Yui NARUSE.
3 messages
2016/07/19
[#76515] [Ruby trunk Bug#12610] webrick: protect from httpoxy — nagachika00@...
Issue #12610 has been updated by Tomoyuki Chikanaga.
3 messages
2016/07/22
[ruby-core:76605] [Ruby trunk Bug#12634] Ruby converts '*' on command line to a file name
From:
shyouhei@...
Date:
2016-07-29 00:08:40 UTC
List:
ruby-core #76605
Issue #12634 has been updated by Shyouhei Urabe. Andrew, I guess this is the key part: > OS: Windows 10 So yes, ruby handles glob in pace of Unix shells on this platform. As far as I remember this is by design. ---------------------------------------- Bug #12634: Ruby converts '*' on command line to a file name https://bugs.ruby-lang.org/issues/12634#change-59827 * Author: Krzysztof Wicher * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32] * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- Repro: - ruby script.rb * - script.rb: puts ARGV[0] output: <random file name> expected output: * OS: Windows 10 This is annoying when passing glob as an arg. Also happens when passing anything starting with `*` -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>