[Issue 14050] `dmd -v` lists imports from failed __traits(compiles) blocks

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jan 26 07:42:32 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14050

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

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

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

---

-deps has similar issue, but i'm not sure it should be fixed.

Compiles OP code with:

dmd -deps -o- test

Prints:

DMD v2.067 DEBUG
not importing missing
depsImport test (test.d) : private : object
(C:\\dmd2\\src\\druntime\\import\\object.di)
depsImport test (test.d) : private : missing (???)     <----

If it's a problem, please open a new issue.

--


More information about the Digitalmars-d-bugs mailing list