Re: How to suppress warnings about namespace replacements?

2022-02-01 Thread 'Alex Miller' via Clojure
Most likely a newer version of this library exists that addresses these 
warnings. In this particular case, the issue was fixed in June 2016 as of 
tools.analyzer version 0.6.9.

In a namespace with this issue, you can address like this:

(ns whatever
  (:refer-clojure :exclude [boolean?]))

But you can't really do that from outside the namespace or suppress this 
warning otherwise.

Alex


On Tuesday, February 1, 2022 at 11:22:28 AM UTC-6 Laws wrote:

> I get a lot of warnings like this:
>
> WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: 
> clojure.tools.analyzer.utils, being replaced by: 
> #'clojure.tools.analyzer.utils/boolean?
>
>
> Is there an official way to acknowledge that I'm aware of this namespace 
> issue, such that the warnings disappear? 
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/8ae0ad15-006f-4875-a9d3-425b367e6681n%40googlegroups.com.


How to suppress warnings about namespace replacements?

2022-02-01 Thread Laws
I get a lot of warnings like this:

WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: 
clojure.tools.analyzer.utils, being replaced by: 
#'clojure.tools.analyzer.utils/boolean?


Is there an official way to acknowledge that I'm aware of this namespace 
issue, such that the warnings disappear? 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/a179fd52-79dc-4db1-b3c9-01a41ab86965n%40googlegroups.com.