I have a simplified scenario here: https://github.com/scizo/unmap-failure

The problem is I am using ns-unmap to prevent a WARNING from being printed 
when shadowing java.lang.Long in a namespace.
When this code is aot compiled, the namespace var referenced by 'Long is 
being created before the ns-unmap is being executed causing the ns-unmap to 
unmap the desired 'Long and not java.lang.Long. Is there a way to silence 
the warning in a way that will work with both aot and non-aot compiled code?

Thanks for any help in advance,

Scott

-- 
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