From 4ffa6374dbf67fe386bab041d67a46c3ce75cc23 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 16 Jan 2025 09:35:30 +0100 Subject: Just: Support absent tree structure roots --- src/buildtool/file_system/precomputed_root.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/buildtool/file_system/precomputed_root.hpp') diff --git a/src/buildtool/file_system/precomputed_root.hpp b/src/buildtool/file_system/precomputed_root.hpp index 6df59bc9..f3495418 100644 --- a/src/buildtool/file_system/precomputed_root.hpp +++ b/src/buildtool/file_system/precomputed_root.hpp @@ -45,8 +45,10 @@ struct ComputedRoot final { struct TreeStructureRoot final { static constexpr auto kMarker = "tree structure"; static constexpr std::size_t kSchemeLength = 2; + static constexpr std::size_t kSchemePragmaLength = 3; std::string repository; + bool absent; [[nodiscard]] auto operator==(TreeStructureRoot const& other) const noexcept -> bool; -- cgit v1.2.3