What are the worst parts of D?
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Wed Sep 24 12:26:44 PDT 2014
On 2014-09-24 12:16, Walter Bright wrote:
> I've never heard of a non-trivial project that didn't have constant
> breakage of its build system. All kinds of reasons - add a file, forget
> to add it to the manifest. Change the file contents, neglect to update
> dependencies. Add new dependencies on some script, script fails to run
> on one configuration. And on and on.
Again, if changing the file contents breaks the build system you're
doing it very, very wrong.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list