aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-07-18 18:14:07 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-07-19 12:45:26 +0300
commitc279979af18d59d935512d91c7e75762b914bdfd (patch)
treec4ca714c0b8e417263c55e8abb40a9927b80054f /bpkg/package-skeleton.hxx
parentc48b045245e3fa019d3fe41b7ea5e77369629156 (diff)
Don't reconfigure dependency if negotiated configuration doesn't change
Diffstat (limited to 'bpkg/package-skeleton.hxx')
-rw-r--r--bpkg/package-skeleton.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx
index b2ed752..bc5d25c 100644
--- a/bpkg/package-skeleton.hxx
+++ b/bpkg/package-skeleton.hxx
@@ -82,6 +82,7 @@ namespace bpkg
// ? dependent_config()
// * evaluate_*()
// * empty() | print_config()
+ // * config_checksum()
// collect_config()
//
// Note that a copy of the skeleton is expected to continue with the
@@ -181,6 +182,12 @@ namespace bpkg
pair<strings, vector<config_variable>>
collect_config () &&;
+ // Return the checksum of the project configuration variables that will be
+ // returned by the collect_config() function call.
+ //
+ string
+ config_checksum ();
+
// Implementation details.
//
public: