We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2aa23 commit 368e687Copy full SHA for 368e687
src/dfx/src/lib/models/canister.rs
@@ -550,6 +550,7 @@ impl CanisterPool {
550
}
551
552
// Traverse the graph of dependencies starting from `real_canisters_to_build` set.
553
+ // FIXME: This hangs if circular dependencies (see below).
554
let mut current_canisters_to_build =
555
HashMap::from_iter(real_canisters_to_build.iter().map(|c| (c.canister_id(), ())));
556
loop {
0 commit comments