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