You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Unable to resolve "#ref [:x]" at [:b]
WARNING: Unable to resolve "#ref [:x]" at [:d]
WARNING: Unable to resolve "#ref [:none]" at [:x :form 0]
Apparently aero resolves the #ref things in an unspecified order and than you can get lucky or not. Is #ref pointing to #ref something that aero should support?
The text was updated successfully, but these errors were encountered:
#ref pointing to other #ref sometimes work and sometimes not
Consider this config.edn
Reading this with aero:
I expect that this would return a map like
but instead I get a map
and aero emits warnigns:
Apparently aero resolves the #ref things in an unspecified order and than you can get lucky or not. Is #ref pointing to #ref something that aero should support?
The text was updated successfully, but these errors were encountered: