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-06-07 21:15:37 +0300
commit7506c9b2f1cec8a137107115af4ec98ab9cdb779 (patch)
treee390ed8e27bb6091914f3c1cecd29d114f1d0753 /bpkg
parent2f39c94e04007837b57b119a365fdae3254b36cf (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>,