[Issue 9898] Make -deps switch without arguments print to stdout

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 7 11:01:41 PDT 2013


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


jfanatiker at gmx.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jfanatiker at gmx.at


--- Comment #3 from jfanatiker at gmx.at 2013-04-07 11:01:40 PDT ---
I just implemented this. :-) This very moment.

The idea is to print to stdout everything dependency related, every line gets
prefixed just as -v output does. I have currently defined the following lines:

depsImport ... Same information that gets written to -deps=file
depsFile ... File imports
depsVersion ... What version() statements are in the module
depsDebug ... The same for debug()
depsLib ... Any library from pragma(lib)

So -deps=file would only remain for legacy reasons, -deps would be an
extensible replacement for everything dependency related.

I almost have a pull request ready.

-- 
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