Sean Johnson <belu...@acm.org> writes:

Hi Sean,

> I get the following warning when using 1.6.0-RC3
>
> WARNING: record? already refers to: #'clojure.core/record? in namespace: 
> clojure.core.logic, being replaced by: #'clojure.core.logic/record?
>
> when requiring [clojure.core.logic :refer (run* membero distincto ==)]
>
> Doesn't happen with 1.5.1.

Because then there was no clojure.core/record?.

> Excluding record? with (:refer-clojure :exclude [== record?]) doesn't help 
> since I'm not using record? directly.

Yeah, core.logic itself needs to do that in order to get rid of the
warning.

Bye,
Tassilo

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