diff options
-rw-r--r-- | build2/list | 8 |
1 files changed, 8 insertions, 0 deletions
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] |