I would have expected the namespaces to avoid this kind of conflict. Why
don't they?
Alan

On Sun, Jun 12, 2016 at 6:29 PM, James Reeves <ja...@booleanknot.com> wrote:

> On 13 June 2016 at 01:21, Alan Thompson <clooj...@gmail.com> wrote:
>
>> I am also getting a conflict with Plumatic Schema:
>>
>> WARNING: Inst already refers to: #'clojure.core/Inst in namespace:
>> schema.core, being replaced by: #'schema.core/Inst
>>
>>
>> I can't seem to find a reason for this warning, as I don't use Inst
>> anywhere and always say
>>
>>
>> (require [schema.core :as s] ...)
>>
>> ​
>>
>
> It's nothing to do with your own code. It means that this:
>
>
> https://github.com/plumatic/schema/blob/master/src/cljx/schema/core.cljx#L398
>
> Conflicts with:
>
>
> https://github.com/clojure/clojure/blob/master/src/clj/clojure/core.clj#L6632
>
> Within the schema.core namespace.
>
> - James
>
> --
> 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.
>

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