Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 15, 2024
1 parent 2cc7512 commit e5d1342
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,8 @@ impl DepGraph {
let graph = self.g.idx_graph.clone().into_graph::<u32>();

let mut condensed = condensation(graph, true);
self.workarounds_server_action(&mut condensed, data);

let optimizer = GraphOptimizer {
graph_ix: &self.g.graph_ix,
};
Expand All @@ -702,7 +704,6 @@ impl DepGraph {
break;
}
}
self.workarounds_server_action(&mut condensed, data);

let mut new_graph = InternedGraph::default();

Expand Down

0 comments on commit e5d1342

Please sign in to comment.