Skip to content

Simplify generating the rebuild order using a single DFS

Jelle van der Waa requested to merge ux_improvements into master

Instead of iterating over pkgnames and creating two DFS's, create a single DFS by adding all pkgnames to the public 'stack' field.

https://github.com/petgraph/petgraph/issues/230#issuecomment-438748717

Merge request reports