IO.popen write-only pipes
Reported by Adam Wiggins | April 26th, 2008 @ 11:07 PM | in 0.10
I seem to be on a roll with IO. :) Spec for write-only pipes, passes on MRI of course, and accompanying Rubinius fix.
Comments and changes to this ticket
-
Charles Comstock April 28th, 2008 @ 03:15 PM
The spec doesn't actually check anything. You should have it pipe to cat which is going out to a file and then check to make sure the file has the same content.
-
Ryan Davis April 29th, 2008 @ 04:45 PM
- → Assigned user changed from to Eric Hodel
-
Eric Hodel May 13th, 2008 @ 04:31 PM
Yeah, this spec needs some work. Can you make sure that the data gets received by the child process?
-
Eric Hodel June 19th, 2008 @ 05:29 PM
- → Milestone changed from 1.0 preview to 1.0
- → State changed from new to open
-
Evan Phoenix June 26th, 2008 @ 11:03 AM
- → Milestone changed from 1.0 to 0.10
- → Tag changed from to io needswork patch spec
-
Eric Hodel July 7th, 2008 @ 10:55 AM
- → State changed from open to resolved
Couldn't use this patch due to lack of a proper test and problems with read and read/write pipes when the superclass socket was not initialized.
Instead used delegation for read and write halves.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
