Thread overview | ||||||
---|---|---|---|---|---|---|
|
September 24, 2010 [Issue 4930] New: [patch] RDMD: Cmd line sent to dmd can be too long | ||||
---|---|---|---|---|
| ||||
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@puremagic.com ReportedBy: cbkbbejeap@mailinator.com --- Comment #0 from Nick Sabalausky <cbkbbejeap@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: ------- |
September 24, 2010 [Issue 4930] [patch] RDMD: Cmd line sent to dmd can be too long | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | http://d.puremagic.com/issues/show_bug.cgi?id=4930 Andrei Alexandrescu <andrei@metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei@metalanguage.com AssignedTo|nobody@puremagic.com |andrei@metalanguage.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 24, 2010 [Issue 4930] [patch] RDMD: Cmd line sent to dmd can be too long | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | http://d.puremagic.com/issues/show_bug.cgi?id=4930 --- Comment #1 from Nick Sabalausky <cbkbbejeap@mailinator.com> 2010-09-24 13:56:16 PDT --- Created an attachment (id=773) Combined patch for issues #4672, #4683, #4684, #4688, #4928, #4930 Combined patch for issues #4672, #4683, #4684, #4688, #4928, #4930 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 14, 2011 [Issue 4930] [patch] RDMD: Cmd line sent to dmd can be too long | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | http://d.puremagic.com/issues/show_bug.cgi?id=4930 Andrei Alexandrescu <andrei@metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Andrei Alexandrescu <andrei@metalanguage.com> 2011-05-14 16:44:51 PDT --- Fixed in https://github.com/D-Programming-Language/tools/commit/27bb715ccb93d3dc27530b664f01904503c3153b. Beware, the combined patch has had a number of subtle bugs. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation