[Issue 4930] New: [patch] RDMD: Cmd line sent to dmd can be too long
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Sep 23 20:33:22 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4930
Summary: [patch] RDMD: Cmd line sent to dmd can be too long
Product: D
Version: D1 & D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: cbkbbejeap at mailinator.com
--- Comment #0 from Nick Sabalausky <cbkbbejeap at mailinator.com> 2010-09-23 20:32:42 PDT ---
Created an attachment (id=771)
Patch against rdmd r1400
If rdmd is compiling a program that has a lot of dependencies, such as ddmd,
the command line sent to dmd can get too big for the shell/OS to handle, and
compilation will not occur.
The attached patch makes rdmd send args to dmd in a response file if the list
of files gets too large.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list