diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-15 15:50:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-15 15:50:11 +0200 |
commit | ed05ed4c87dffecd131a355b2d459a08a821318f (patch) | |
tree | c96b406b6b70df8b404b154331e889b5b3acb67d | |
parent | 5611b3b917943bb5b445137f70984cc073fbb2eb (diff) |
Add note on config.*.develop semantics
-rw-r--r-- | bdep/sync.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx index c253220..3722041 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -1130,6 +1130,11 @@ namespace bdep // // 3. The user did not specify custom develop value in pkg_args. // + // One "hole" we have with this approach is if the user adds the + // config directive after init. In this case the only way to + // reconfigure the package for development would be for the user + // to do an explicit sync and pass config.*.develop=true. + // optional<string> dev; if (!cfg.implicit && (disf || |