General

Profile

ferrous26 (Mark Rada)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

06/19/2013

04:52 AM Ruby Bug #8541: Open3.popen3 creates a broken stdout pipe
Note in the test script, the subprocess must continue running in order for the bug to manifest.
ferrous26 (Mark Rada)
04:50 AM Ruby Bug #8541 (Rejected): Open3.popen3 creates a broken stdout pipe
When I create a subprocess using Open3, the stdout pipe that is returned does allow reading.
Using the sample code provided, Ruby will block indefinitely waiting to read from the subprocess, though the subprocess has printed out to st...
ferrous26 (Mark Rada)

04/12/2012

03:28 AM Ruby Bug #6203: Array#values_at does not handle ranges with end index past the end of the array
naruse (Yui NARUSE) wrote:
> marcandre (Marc-Andre Lafortune) wrote:
> ...
It has been 2 weeks since the last update. Has this issue been forgotten?
ferrous26 (Mark Rada)

03/29/2012

05:22 AM Ruby Bug #6203: Array#values_at does not handle ranges with end index past the end of the array
marcandre (Marc-Andre Lafortune) wrote:
> The patch from Mark Rada never made it through, but I concur that the problem is in rb_range_beg_len.
Hello Marc,
Sorry for not linking to the pull request here, though I did open a pull r...
ferrous26 (Mark Rada)

03/26/2012

01:50 PM Ruby Bug #6203 (Closed): Array#values_at does not handle ranges with end index past the end of the array
=begin
When I use Array#values_at I expect that it would be the same as successive calls to (({Array#[]})).
There is one case where this does not hold:
a = [0,1,2,3,4,5]
a[4..6] # => [4, 5]
a.values_at(4..6) # => [4,...
ferrous26 (Mark Rada)

Also available in: Atom