https://issues.dlang.org/show_bug.cgi?id=18271
Jonathan Marler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jonathan Marler <[email protected]> --- > Would be nice to have as orthogonal features as possible; > could we have: > -i mean recurse on imports (while respecting -i=pattern) > -deps mean output dependencies (on whatever's being analyzed) -i currently means, include imported modules into the compilation as if they were given on the command line. this is orthogonal to "recurse on imports", so I'm confused why you would want to combine these? --
