Fork me on GitHub
#juxt
<
2017-02-21
>
huepfler19:02:32

I have an aero issue/question: given the following 2 config files:

huepfler19:02:35

$ cat secret.edn {:secret-key "secret"} $ cat reference.edn {:secrets #include "secret.edn" :sec ^:ref [:secrets :secret-key]}

huepfler19:02:09

with aero 1.0.3 :sec has the value “secret”; with aero 1.1.0 :sec has the value nil

huepfler19:02:33

did anything change with the ^:ref syntax?