From cbd3cd125b574deaf1ad3c7001c5b6c9c40198ed Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 22 Dec 2018 22:42:13 +0300 Subject: Add support for $ in package manifest dependency constraint --- bpkg/pkg-verify.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'bpkg/pkg-verify.hxx') diff --git a/bpkg/pkg-verify.hxx b/bpkg/pkg-verify.hxx index a772a8f..73d3c17 100644 --- a/bpkg/pkg-verify.hxx +++ b/bpkg/pkg-verify.hxx @@ -19,15 +19,17 @@ namespace bpkg // Verify archive is a valid package and return its manifest. If requested, // expand the file-referencing manifest values (description, changes, etc), - // setting them to the contents of files they refer to. Throw failed if - // invalid or if something goes wrong. If diag is false, then don't issue - // diagnostics about the reason why the package is invalid. + // setting them to the contents of files they refer to as well as complete + // the dependency constraints. Throw failed if invalid or if something goes + // wrong. If diag is false, then don't issue diagnostics about the reason + // why the package is invalid. // package_manifest pkg_verify (const common_options&, const path& archive, - bool expand_values, bool ignore_unknown, + bool expand_values, + bool complete_depends = true, bool diag = true); // Similar to the above but verifies that a source directory is a valid -- cgit v1.1