feat(stage2): materialize visual dependency graph

This commit is contained in:
2026-07-03 17:03:40 +04:00
parent ee9b318172
commit 66804e0bd2
4 changed files with 532 additions and 67 deletions
+2 -2
View File
@@ -516,12 +516,12 @@ fn load_mission_with_options(
.iter()
.map(|object| resource_name(&object.resource_name.raw))
.collect();
let (prototype_graph, resolved_prototypes, mut prototype_report) =
let (mut prototype_graph, resolved_prototypes, mut prototype_report) =
build_prototype_graph_report(&repository, vfs.as_ref(), &graph_roots);
extend_graph_report_with_visual_dependencies(
&repository,
&mut prototype_report,
&prototype_graph,
&mut prototype_graph,
&resolved_prototypes,
);
if !prototype_report.is_success() {