Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #768 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

tango.sys.Process stdout, stderr, and stdin are not selectable

Reported by: schveiguy Assigned to: kris
Priority: major Milestone: 0.99.4
Component: IO Version: 0.99.3 Triller
Keywords: Cc:

Description (Last modified by schveiguy)

They were changed to InputStream/OutputStream?. Since InputStream? or OutputStream? does not inherit from ISelectable, I cannot add them to a selector, even though they are pipes and should be selectable (on posix systems).

I think the correct thing is to change it back to a PipeConduit?. Would it be possible to do anything but a PipeConduit? as stdin/err/out?

Change History

11/21/07 16:55:00 changed by schveiguy

  • description changed.

12/10/07 11:44:44 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.99.4.

Thanks!