http://d.puremagic.com/issues/show_bug.cgi?id=4688

           Summary: [patch] rdmd/Win: rdmd'ed program's output appears
                    after cmd prompt
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: cbkbbej...@mailinator.com


--- Comment #0 from Nick Sabalausky <cbkbbej...@mailinator.com> 2010-08-20 
00:26:09 PDT ---
Created an attachment (id=732)
Patch against rdmd r1400

On Windows (XP Pro SP2 32-bit, not sure about other versions):

Expected:
------------------------
C:\myDir>rdmd helloworld.d
Hello, world!

C:\myDir>
------------------------

Actual:
------------------------
C:\myDir>rdmd helloworld.d

C:\myDir>Hello, world!

------------------------

This happens because execv fools the Windows command-line into thinking the
program is done and returning control back to the user.

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

Reply via email to