summaryrefslogtreecommitdiff
path: root/src/buildtool/common/tree_overlay.hpp
AgeCommit message (Collapse)Author
2025-04-08Keep identifiers for actions, trees, and tree_overlays disjointKlaus Aehlig
While our traverser correctly keeps separate identifier spaces for those entities, having disjoint identifiers allows easier reading of log messages and more simple reporting of origins of actions.
2025-04-07Add a class describing a tree defined as an overlayKlaus Aehlig