Re: Compiler module import graph

2021-03-13 Thread frame via Digitalmars-d-learn
On Saturday, 13 March 2021 at 14:55:20 UTC, frame wrote: On Saturday, 13 March 2021 at 14:30:52 UTC, ag0aep6g wrote: On 13.03.21 15:20, frame wrote: Is there a tool to view module import graph? The compiler verbose output shows that the module is imported/parsed but not why. I wan't to avoid

Re: Compiler module import graph

2021-03-13 Thread frame via Digitalmars-d-learn
On Saturday, 13 March 2021 at 14:41:48 UTC, Eugene Wissner wrote: On Saturday, 13 March 2021 at 14:20:01 UTC, frame wrote: Is there a tool to view module import graph? The compiler verbose output shows that the module is imported/parsed but not why. I wan't to avoid unnecessary imports to spe

Re: Compiler module import graph

2021-03-13 Thread frame via Digitalmars-d-learn
On Saturday, 13 March 2021 at 14:30:52 UTC, ag0aep6g wrote: On 13.03.21 15:20, frame wrote: Is there a tool to view module import graph? The compiler verbose output shows that the module is imported/parsed but not why. I wan't to avoid unnecessary imports to speed up compile times or avoid is

Re: Compiler module import graph

2021-03-13 Thread Eugene Wissner via Digitalmars-d-learn
On Saturday, 13 March 2021 at 14:20:01 UTC, frame wrote: Is there a tool to view module import graph? The compiler verbose output shows that the module is imported/parsed but not why. I wan't to avoid unnecessary imports to speed up compile times or avoid issues if the module contents are not

Re: Compiler module import graph

2021-03-13 Thread ag0aep6g via Digitalmars-d-learn
On 13.03.21 15:20, frame wrote: Is there a tool to view module import graph? The compiler verbose output shows that the module is imported/parsed but not why. I wan't to avoid unnecessary imports to speed up compile times or avoid issues if the module contents are not fully compatible with the