[Issue 767] compiler shall print dependencies and pragma(lib)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat May 22 23:58:16 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=767


Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de


--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> 2010-05-22 23:58:12 PDT ---
I would like too see string imports to be shown in the dependencies:

c:\>type test.d
int ver=mixin(import("Version"));

c:\>type version
42

c:\>dmd -c -J. -deps=deps test.d

c:\>type deps
test (test.d) : public : object (m:\\s\\d\\phobos\\druntime\\import\\object.di)

This should show "version", too.

Libraries "imported" by pragma(lib) to be shown would be nice, but this is not
complete for a building tool, anyway, because pre-built libraries might force
the inclusion of more libraries. I'd like the linker to supply a list of
searched libraries.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list