diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-27 11:00:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-27 11:00:47 +0200 |
commit | 72e9ec3d7028765836851b515d80816f2da74060 (patch) | |
tree | c3aea51139b9e0a071455b83a5ab067542a7e839 /libbuild2/in | |
parent | 1c08fae61a1e9a01d56735768ad7f8f3d0b45f41 (diff) |
Initial work on child process diagnostics buffering
Currently this is implemented for C/C++ compile and link rules.
Diffstat (limited to 'libbuild2/in')
-rw-r--r-- | libbuild2/in/rule.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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;}); |