Skip to content

Commit 368e687

Browse files
committed
FIXME comment
1 parent 2b2aa23 commit 368e687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dfx/src/lib/models/canister.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ impl CanisterPool {
550550
}
551551

552552
// Traverse the graph of dependencies starting from `real_canisters_to_build` set.
553+
// FIXME: This hangs if circular dependencies (see below).
553554
let mut current_canisters_to_build =
554555
HashMap::from_iter(real_canisters_to_build.iter().map(|c| (c.canister_id(), ())));
555556
loop {

0 commit comments

Comments
 (0)