From 8799aa7bbc9e6d3d707980758fe51b84f7a490ca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 25 Sep 2016 05:52:26 +0200 Subject: Add idea: Value pack (comma-separated list of values) --- build2/list | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build2/list b/build2/list index 6613b43..adc00bf 100644 --- a/build2/list +++ b/build2/list @@ -1,3 +1,11 @@ +- Value pack (comma-separated list of values) [idea] + + Could be used in function calls, attributes, config initializer. Question is + whether comma will be treated as a separator in all contexts (which means it + will have to be quoted in variable values, such as options). Perhaps only + allow it in certain context (eval, attrubute)? Maybe also for certain + variable types (multi-value variables, e.g., config init). + - Config reports for test, install, and dist modules [feature] - Handle ^C [bug] -- cgit v1.1