Commit c16db87
miranov25
fix(aliases): handle cycle detection in dependency graph
Add NetworkXUnfeasible to exception handling in select_aliases()
when sorting aliases topologically. Cycles or graph issues now
fall back to unordered list instead of crashing.
Fixes describe_aliases(with_dependencies=True) crash when
alias graph contains cycles or broken references.1 parent 1ab1a38 commit c16db87
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1584 | 1584 | | |
1585 | 1585 | | |
1586 | 1586 | | |
1587 | | - | |
| 1587 | + | |
| 1588 | + | |
| 1589 | + | |
1588 | 1590 | | |
1589 | 1591 | | |
1590 | 1592 | | |
| |||
0 commit comments