Closed atroche closed 6 years ago
A PR that adds excludes to the namespace would be welcomed.
@michaelklishin but as far as I can see the excludes are already there in that namespace. I must be missing something!
I cannot reproduce:
user=> (require 'clojurewerkz.spyglass.client)
Reflection warning, clojurewerkz/spyglass/client.clj:130:24 - call to method set on net.spy.memcached.MemcachedClient can't be resolved (argument types: java.lang.String, unknown, unknown, unknown).
Reflection warning, clojurewerkz/spyglass/client.clj:205:6 - call to method incr on net.spy.memcached.MemcachedClient can't be resolved (argument types: java.lang.String, unknown, unknown, unknown).
Reflection warning, clojurewerkz/spyglass/client.clj:214:6 - call to method decr on net.spy.memcached.MemcachedClient can't be resolved (argument types: java.lang.String, unknown, unknown, unknown).
Reflection warning, clojurewerkz/spyglass/client.clj:228:34 - call to method cas on net.spy.memcached.MemcachedClient can't be resolved (argument types: java.lang.String, unknown, unknown, unknown).
Reflection warning, clojurewerkz/spyglass/client.clj:237:24 - call to method asyncCAS on net.spy.memcached.MemcachedClient can't be resolved (argument types: java.lang.String, unknown, unknown, unknown).
The excludes look correct to me.
Hey guys,
I see that you're excluding flush + replace from the import from clojure.core, so how come importing spyglass still generates the following?
Cheers!