When I try to load the library with:
(use 'stockings.core)
this is what I get, and the library is not loaded:
Warning: format-str not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic format-str or change the name.
Though, after some research, it seems that the problem disappears if I down grade my Clojure to 1.2.0 rather than 1.3.0.
When I try to load the library with:
(use 'stockings.core)
this is what I get, and the library is not loaded:
Warning: format-str not declared dynamic and thus is not dynamically rebindable, but its name suggests otherwise. Please either indicate ^:dynamic format-str or change the name.
Though, after some research, it seems that the problem disappears if I down grade my Clojure to 1.2.0 rather than 1.3.0.