General

Profile

wmorgan (William Morgan)

Issues

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

Activity

10/27/2011

07:26 AM Ruby Bug #5487 (Rejected): popen3 + timeout regression in ruby 1.9
Wrapping Open3.popen3 in a Timeout::timeout block used to work in Ruby 1.8, but doesn't work in 1.9:
w@masanjin:~$ cat timeout.rb
require 'timeout'
require 'open3'
Timeout::timeout(1) { Open3.popen3("sleep 100 && echo hi") { |i, ...
wmorgan (William Morgan)

Also available in: Atom