When extra config keys are added to a ref from within included files, the refs don't appear to be merged correctly. This works as expected in the stable version of Duct.
I have attached an example shell of a Duct app here: fez.zip
In the included file pizza.edn, the :fez.core/pizza-sauce key's value is given as a ref:
When extra config keys are added to a ref from within included files, the refs don't appear to be merged correctly. This works as expected in the stable version of Duct.
I have attached an example shell of a Duct app here: fez.zip
In the included file
pizza.edn
, the:fez.core/pizza-sauce
key's value is given as a ref:Then, in
bbq-pizza.edn
, additional keys are added to map that shares the:fez.core/pizza-sauce
ref key:The result prepped config does not have the ref key namespaced or merged correctly:
Old and new duct configs compared: