http://d.puremagic.com/issues/show_bug.cgi?id=9898
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] 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: -------
