diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-04-02 15:07:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-04-05 12:34:58 +0300 |
commit | ca708a3f172e2f0ffab8638087b3e478de06b996 (patch) | |
tree | 8f7e848a39399e25303903d1f42e44bb64163cff /libbrep | |
parent | 2b2f2dc54856b679e8fd42b053f7361241c0f836 (diff) |
Make brep-load to resolve package dependencies in shallow mode
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/package.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/package.hxx b/libbrep/package.hxx index f8a4079..07bd2a0 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -140,8 +140,8 @@ namespace brep package_name name; optional<version_constraint> constraint; - // Resolved dependency package. NULL if the repository load was shallow - // and so the package dependencies are not resolved. + // Resolved dependency package. Can be NULL if the repository load was + // shallow and the package dependency could not be resolved. // lazy_shared_ptr<package_type> package; |