Closed dorchard closed 2 months ago
Requested by @jaytorry.
Updated to remove duplicates due to unusual non-standard import patterns.
@jaytorry - are you happy with this functionality now? If so I will merge it.
@dorchard - Yes seems to be working well now.
Provides the
--show-make-list
option to print dependency list from tree to root, e.g.,(where
top
usesmid1
andmid2
and both of these useleaf
). This PR includes a test for this with some fixture data and makes a small improvement to error reporting for--show-make-graph
).