vc60er / deptree

show golang dependence like tree
80 stars 9 forks source link

QUICKFIX: maxDepth for route creation depends on depth parameter #11

Closed gen2thomas closed 1 year ago

gen2thomas commented 1 year ago

this change provides a possible workaround for #10 , not really a fix but in general it is a good idea to save time and memory by reducing the maxDepth to the really needed one

in addition it prevents direct circular dependencies and duplicated child entries

gen2thomas commented 1 year ago

Hi @vc60er , with this patch the user is able to work around the problem by reducing the depth parameter. Now I will start working on a real fix.