radicle-heartwood-lfs/radicle-cob
cloudhead 135725d6f6
dag: Fix topological order
We were using a breadth-first search which doesn't work as-is for
topological ordering in all cases. Instead of using Kahn's algorithm
which is a little complex, we switch to a depth-first search.
2023-11-03 14:17:57 +01:00
..
src dag: Fix topological order 2023-11-03 14:17:57 +01:00
Cargo.toml cob: Improve stability of test setup 2023-10-11 14:53:59 +02:00