Thread overview
[Issue 14052] `dmd -deps` lists imports from failed __traits(compiles) blocks
Jan 26, 2015
Kenji Hara
Jan 27, 2015
Kenji Hara
January 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14052

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4347

--
January 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14052

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
For the module dependency tracking, -deps should list all modules that were trying to import in the compiled code.

Therefore current -deps output is legitimete and not have to be changed.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=14052

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--