From ed05ed4c87dffecd131a355b2d459a08a821318f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Jun 2022 15:50:11 +0200 Subject: Add note on config.*.develop semantics --- bdep/sync.cxx | 5 +++++ 1 file changed, 5 insertions(+) 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 dev; if (!cfg.implicit && (disf || -- cgit v1.1