diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 06:29:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 06:29:49 +0200 |
commit | 17a5121cb9f730efddf1e6de7018457410805b70 (patch) | |
tree | 69fc773b84879bc426a553f6ad15e6b60cb600b1 | |
parent | 8c3891cee4badac9e6397ce9fadbc9438ad6804b (diff) |
Add feature: Globbing support in subprojects variable
-rw-r--r-- | build2/list | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build2/list b/build2/list index 71c7eae..cc9fd34 100644 --- a/build2/list +++ b/build2/list @@ -1,3 +1,9 @@ +- Globbing support in subprojects variable [feature] + + Now that we only scan top-level. Probably both * and **. Will we + automatically ignore directories that are not project? Probably. See also + prerequisite globbing. + - Redo module init structure (config first) [quality] ? Alternative/different syntax for operations on command line [idea] |