"Warning: ** not declared dynamic and thus is not dynamically rebindable, 
but its name suggests otherwise. Please either indicate ^:dynamic ** or 
change the name."

*foo* is earmuffed, but ** has nothing between the astersisks to be 
earmuffed. Far more likely is that someone has defined a special 
multiplication function, or an exponentiation function, or some other mathy 
thing (matrix mult?) that isn't intended to be dynamic and whose name 
doesn't really suggest that it is, unlike the case with something between 
the asterisks.

Please consider exempting ** with nothing between the *s from this warning 
in future versions. Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to