You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would say this belongs in the programming language using the configuration file, and not in the configuration file itself. A bit like the mustache mantra of "Logic-less templates". Keep it simple.
What's your stance in this?
I do see the value in string concatenation (as in the referenced HOCON issue). Especially for i18n config that might be very handy. And number 'concatenation' seems not far away then, but calculating feels a bit off track for a config.
Idea revitalized from #9
Originally I wanted to support operators like
+
,-
,/
and*
, but cut it out of the original scope and now am considering adding them back in.The simple use case here is for numbers.
As well, concatenation for strings would be helpful:
Where is starts to get trickier is with sections, do we merge them together?
What is the value of
all_settings
here?Also, should consider this for lists when they are supported. Lists will probably be treated as sets and also support unions, intersections and etc
The text was updated successfully, but these errors were encountered: