[#74190] [Ruby trunk Feature#12134] Comparison between `true` and `false` — duerst@...
Issue #12134 has been updated by Martin D端rst.
3 messages
2016/03/07
[#74269] Type systems for Ruby — Rob Blanco <ml@...>
Dear ruby-core,
5 messages
2016/03/10
[#74395] [Ruby trunk Feature#12142] Hash tables with open addressing — shyouhei@...
Issue #12142 has been updated by Shyouhei Urabe.
3 messages
2016/03/17
[ruby-core:74697] [Ruby trunk Bug#12081] Dir['*'] doesn't list files which name include Chinese character on Simplefied Chinese Windows
From:
naruse@...
Date:
2016-03-29 14:48:44 UTC
List:
ruby-core #74697
Issue #12081 has been updated by Yui NARUSE.
Backport changed from 2.1: WONTFIX, 2.2: WONTFIX, 2.3: REQUIRED to 2.1: WONTFIX, 2.2: WONTFIX, 2.3: DONE
ruby_2_3 r54407 merged revision(s) 53877,53881.
----------------------------------------
Bug #12081: Dir['*'] doesn't list files which name include Chinese character on Simplefied Chinese Windows
https://bugs.ruby-lang.org/issues/12081#change-57826
* Author: Am I Who
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [x64-mingw32]
* Backport: 2.1: WONTFIX, 2.2: WONTFIX, 2.3: DONE
----------------------------------------
```
>dir A:\Build
驱动器 A 中的卷是 RAMDISK
卷的序列号是 411D-42E2
A:\Build 的目录
2016/02/18 09:23 <DIR> .
2016/02/18 09:23 <DIR> ..
2016/02/18 09:23 <DIR> dir1
2016/02/18 09:22 0 file1.txt
2016/02/18 09:22 0 file2.txt
2016/02/18 09:22 0 文件1.txt
2016/02/18 09:22 0 文件2.txt
2016/02/18 09:23 <DIR> 目录1
4 个文件 0 字节
4 个目录 22,377,705,472 可用字节
```
```
>ruby -e "puts Dir['*']"
dir1
file1.txt
file2.txt
```
```
>ruby -e "puts Dir['**']"
dir1
file1.txt
file2.txt
```
```
>ruby -e "puts Dir['*.*']"
file1.txt
file2.txt
```
--
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>