ginsul

Untitled

Nov 19th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Would you happen to know why, given the following ConfigObject snippet:
  2.  
  3. value1 = “bla”
  4.  
  5. environments {
  6. local {
  7. value2 = “${value1}”
  8. }
  9. }
  10.  
  11. Property ‘value2’ resolves to [:] and ‘value1’ does not even show up in config output at all (exampleCfg.prettyPrint()). All works fine if I use lazy strings “${->value1}“.
Advertisement
Add Comment
Please, Sign In to add comment