From 72e9ec3d7028765836851b515d80816f2da74060 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2022 11:00:47 +0200 Subject: Initial work on child process diagnostics buffering Currently this is implemented for C/C++ compile and link rules. --- libbuild2/in/rule.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/in') diff --git a/libbuild2/in/rule.cxx b/libbuild2/in/rule.cxx index d07adfc..761a882 100644 --- a/libbuild2/in/rule.cxx +++ b/libbuild2/in/rule.cxx @@ -147,6 +147,9 @@ namespace build2 // First should come the rule name/version. // + // @@ TODO: split into rule_name (string) and rule_version (integer) + // on next increment. + // if (dd.expect (rule_id_ + " 1") != nullptr) l4 ([&]{trace << "rule mismatch forcing update of " << t;}); -- cgit v1.1