On 2013-12-20 10:37, Andrei Alexandrescu wrote:
I think that's a price we need to pay the same way cars replaced
carriages in spite of them having a lot of disadvantages at the time.
It's simply a mindset to do away with.
Transitive imports can be figured with:
dmd -c -o- -v module | grep '^import '
I felt the need for non-transitive imports, and I'm sure a tool will
show up before long.
I agree. It would be nice if an IDE could show a list of all imports,
including locals, of a module.
--
/Jacob Carlborg