aboutsummaryrefslogtreecommitdiff
path: root/bpkg
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-05-23 21:52:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-05-24 10:19:36 +0300
commitd5dd261dfea81ce8413c9ceb898c6e364bf3b070 (patch)
treeb664ba5452cfb0fb02d0cecd1e3c230de8f2b2ac /bpkg
parenta895b2f17e2b1f8aed3f7b5ca3a9a6c521443645 (diff)
Enable remaining configuration cycle tests excluding existing dependent tests
Diffstat (limited to 'bpkg')
-rw-r--r--bpkg/pkg-build.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx
index fc049a6..c9e138a 100644
--- a/bpkg/pkg-build.cxx
+++ b/bpkg/pkg-build.cxx
@@ -5169,7 +5169,7 @@ namespace bpkg
// If this dependent is present in postponed_deps, then it
// means someone depends on it with configuration and it's no
// longer considered an existing dependent (it will be
- // reconfigured). However, this fact may not be reflected
+ // reconfigured). However, this fact may not be reflected
// yet. And it can actually turn out bogus.
//
auto pi (postponed_deps.find (cp));
@@ -5236,7 +5236,7 @@ namespace bpkg
if (ed.reevaluated)
continue;
- config_package cp (d.first);
+ const config_package& cp (d.first);
packages& ds (ed.dependencies);
pair<shared_ptr<available_package>,