chimpler / pyhocon

HOCON parser for Python
Apache License 2.0
502 stars 118 forks source link

Extending Configuration replaces previous values #302

Closed INRIX-Mark-Gershaft closed 1 year ago

INRIX-Mark-Gershaft commented 1 year ago

Example configuration:

server = {
  address = '1.1.1.1'
}

writerRole = ${server}
writerRole.database = "my_database"

Result: key writerRole.database, but no writerRole.address, works in Scala HOCON implementation.

INRIX-Mark-Gershaft commented 1 year ago

Apparently, it was 272 fixed in 0.38.60