Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow joining lists in configuration #76

Open
lubomir opened this issue Nov 8, 2018 · 0 comments
Open

Allow joining lists in configuration #76

lubomir opened this issue Nov 8, 2018 · 0 comments

Comments

@lubomir
Copy link
Contributor

lubomir commented Nov 8, 2018

It would be convenient if it was possible to concatenate lists in configuration files. Particularly if one file is included in another, it would be nice to be able to define common base in one file and append something in another.

Proposed syntax:

a = [1, 2, 3]

a = a + [4]

There is already a precedent for having operators in the configuration: it supports string interpolation with % operator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant