juxt

huepfler 2017-02-21T19:53:32.000024Z

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

huepfler 2017-02-21T19:53:35.000025Z

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

huepfler 2017-02-21T19:54:09.000026Z

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

huepfler 2017-02-21T19:54:33.000027Z

did anything change with the ^:ref syntax?