From 620186a31a28aaa15ab14c774fd56b14cc8d392d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 13 Jun 2022 15:15:11 +0300 Subject: Print configuration information in prompt --- bpkg/package-skeleton.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/package-skeleton.hxx') diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx index bd9f8f0..031c88d 100644 --- a/bpkg/package-skeleton.hxx +++ b/bpkg/package-skeleton.hxx @@ -48,15 +48,15 @@ namespace bpkg // (because sometimes we may need to omit it) so most likely it will be // passed as a separate arguments (likely a file path). // - // Note that the options, database, available_package, and config_srcs are - // expected to outlive this object. + // Note that the options, database, and config_srcs are expected to + // outlive this object. // // Note also that this creates an "unloaded" skeleton and is therefore // relatively cheap. // package_skeleton (const common_options& co, database&, - const available_package&, + shared_ptr, strings config_vars, bool disfigure, const vector* config_srcs, @@ -65,7 +65,7 @@ namespace bpkg package_key key; - reference_wrapper available; + shared_ptr available; const package_name& name () const {return key.name;} // @@ TMP: get rid (use key.name). -- cgit v1.1