General

Profile

windwiny (wind winy)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 7 8

Activity

04/20/2016

08:36 AM Ruby Bug #12278: Sometimes I have segmentation fault with procs reducer
Did you had use jemalloc compile ruby? windwiny (wind winy)

04/02/2016

08:42 AM Ruby Feature #12241: super end
NOOOO GOOD!! is ruby want become to perl? windwiny (wind winy)

03/18/2016

03:19 AM Ruby Bug #12193: ruby 2.3 on windows test-all failed
Tsuyoshi Morita wrote:
> ~~~
> ...
You are right.
Now test-all 2.3.0p0 and 2.3.0p7 has 2 failed.
windwiny (wind winy)

03/17/2016

03:43 PM Ruby Bug #12193 (Closed): ruby 2.3 on windows test-all failed
Use `rubyinstaller` build ruby 2.3 on windows platform, `make test-all` occur some failed.
windwiny (wind winy)

08/13/2015

02:29 AM Ruby Bug #11437 (Closed): IO.pipe problem on windows console
# this code copy from Open3.popen3
def mm(cmd)
opts = {}
in_r, in_w = IO.pipe
opts[:in] = in_r
in_w.sync = true
out_r, out_w = IO.pipe
opts[:out] = out_w
pid = spawn(cmd,...
windwiny (wind winy)

02/07/2014

03:33 AM Ruby Bug #9435: Kernel.system problem
Tomoyuki Chikanaga wrote:
> Hello, wind.
> ...
hi, ruby 2.1.0 has same problem.
windwiny (wind winy)

01/21/2014

05:29 AM Ruby Bug #9435 (Rejected): Kernel.system problem
if ENV['PATH'] include double quotes, Kernel.system cann't find it.
windows OS, open a cmd window
```
set PATH="C:\Program Files\7-Zip";%PATH%
7z -h # can run it
pry
system '7z -h' # can't find
```
and, if command inc...
windwiny (wind winy)

11/27/2013

07:29 PM Ruby Bug #9164: IO::foreach incorrect work for binary file on windows platform
phasis68 (Heesob Park) wrote:
> On Windows, "\x1A"(Control+Z) means end of file.
> ...
Thank you.
Sorry, my problem, it isn't a bug.
windwiny (wind winy)
03:25 PM Ruby Bug #9164 (Rejected): IO::foreach incorrect work for binary file on windows platform
d2 = "123\n".b + "\x1a\xe8\xba\b".b + "\n789\n".b

File.binwrite('1.txt', d2)

p File.binread('1.txt').each_line.to_a # => ["123\n", "\x1A\xE8\xBA\b\n", "789\n"]



p File.foreach('1.txt').to_a...
windwiny (wind winy)

10/08/2013

11:43 PM Ruby Feature #9001 (Rejected): Please package better standard library
Please package better alternative to the standard library
irb->pry,
rexml->nokogiri,
fiddle->ffi, ..
just mean include more better gem to standard install,
and use rubygem upgrade.
Ruby is designed to make programmers happ...
windwiny (wind winy)

Also available in: Atom