From 662a305959fa0319923544ea10f6321243544db6 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 10 Jan 2025 15:32:58 +0100 Subject: just-mr: support absent computed roots --- src/other_tools/repo_map/repos_to_setup_map.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/repo_map') diff --git a/src/other_tools/repo_map/repos_to_setup_map.cpp b/src/other_tools/repo_map/repos_to_setup_map.cpp index 91a69c8b..a7cf8e1d 100644 --- a/src/other_tools/repo_map/repos_to_setup_map.cpp +++ b/src/other_tools/repo_map/repos_to_setup_map.cpp @@ -677,6 +677,7 @@ void PrecomputedRootCheckout(ExpressionPtr const& repo_desc, ws_root.push_back(computed->target_module); ws_root.push_back(computed->target_name); ws_root.push_back(computed->config); + absent = computed->absent; } else if (auto tree_structure = result.AsTreeStructure()) { ws_root.push_back(TreeStructureRoot::kMarker); -- cgit v1.2.3