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
This would be a great feature. Unfortunately, it's somewhat of a circular problem, and hard to define the semantics correctly. You could see how a loop can be written easily:
foo: '${bar}'bar: '${foo}'
it requires lazy initialization, which isn't currently done today (at least, today's parsing is materializing BFS). values would need representations as thunks, and perform cycle detection, most likely.
it would probably be better to find and support a YAML-like format that supports such a thing.
Hi,
I was wondering, is below action possible right now?
What I'd like to achive is to use already defined value with some other values, i.e. concatenate with some string
is it possible?
PS
The text was updated successfully, but these errors were encountered: