Skip to content

Commit b0da56f

Browse files
committed
comment
1 parent e63b7d3 commit b0da56f

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
@@ -580,6 +580,7 @@ impl CanisterPool {
580580
};
581581
// Transform the graph of file dependencies to graph of canister dependencies.
582582
// For this do DFS for each of `real_canisters_to_build`.
583+
// TODO: Somebody, adopt this code to `pethgraph`.
583584
let source_graph = &self.imports.borrow().graph;
584585
let mut dest_graph: DiGraph<CanisterId, ()> = DiGraph::new();
585586
let mut dest_id_set = HashMap::new();

0 commit comments

Comments
 (0)