Thread overview
[Issue 2587] New: std.process.shell doesn't work for win32
Jan 16, 2009
d-bugmail
Jan 16, 2009
d-bugmail
Jan 16, 2009
d-bugmail
January 16, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2587

           Summary: std.process.shell doesn't work for win32
           Product: D
           Version: 2.023
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: dsimcha@yahoo.com


std.process.shell hasn't worked for a while now on win32.  This is very irritating, as it leads to kludges like writing data out to a file and then reading it back to emulate the functionality.  I figure that this omission should at least be documented somewhere.


-- 

January 16, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2587





------- Comment #1 from dsimcha@yahoo.com  2009-01-16 11:02 -------
To clarify:  std.process.shell() is unimplemented and throws an exception to that effect when called on win32.


-- 

January 16, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2587


andrei@metalanguage.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




-- 

July 07, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2587


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Andrei Alexandrescu <andrei@metalanguage.com>  2009-07-07 08:51:20 PDT ---
Fixed in the future 2.032 (and already committed for the hurried).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------