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 e63b7d3 commit b0da56fCopy full SHA for b0da56f
src/dfx/src/lib/models/canister.rs
@@ -580,6 +580,7 @@ impl CanisterPool {
580
};
581
// Transform the graph of file dependencies to graph of canister dependencies.
582
// For this do DFS for each of `real_canisters_to_build`.
583
+ // TODO: Somebody, adopt this code to `pethgraph`.
584
let source_graph = &self.imports.borrow().graph;
585
let mut dest_graph: DiGraph<CanisterId, ()> = DiGraph::new();
586
let mut dest_id_set = HashMap::new();
0 commit comments