Is this RDMD bug ?

Vladimir Panteleev via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 23 11:57:54 PDT 2014


On Saturday, 23 August 2014 at 18:55:08 UTC, Marc Schütz wrote:
> But imported modules are the important case. If I have an 
> important bugfix in a module, and don't want to wait for the 
> next release, what am I supposed to do?

Rebuild Phobos. If rdmd were to compile your module, linking 
would fail due to duplicate symbols.

> I don't know how rdmd works exactly, but AFAICS `dmd -deps` 
> already outputs the full paths of the imported files, 
> recursively. Isn't that enough?

rdmd also needs to know which directory contains Phobos sources.


More information about the Digitalmars-d-learn mailing list