www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2587] New: std.process.shell doesn't work for win32

reply d-bugmail puremagic.com writes:
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.


-- 
Jan 16 2009
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2587






To clarify:  std.process.shell() is unimplemented and throws an exception to
that effect when called on win32.


-- 
Jan 16 2009
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2587


andrei metalanguage.com changed:

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




-- 
Jan 16 2009
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2587


Andrei Alexandrescu <andrei metalanguage.com> changed:

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





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: -------
Jul 07 2009