2m/ciris-hocon

support for resolve

Closed this issue · 2 comments

does it support resolving terms?

ie

foo{
  bar = 123
}
baz{
  qux = ${foo.bar}
}

I got an error when i tried it but haven't tried to create a minimal example yet.

2m commented

Good catch. Config instance that is passed to hoconAt might not have been resolved. So I added resolve() call to the factory method: #185

2m commented

Released 1.0.1 with the fix.