Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.logic by

Clojure 1.6.0 adds a record? function that has the same implementation as the one in clojure.core.logic. As a result, a warning is shown when the code in the core.logic namespace is evaluated under clojure 1.6.0. Since the two functions have the same implementation, this is purely a cosmetic issue.

4 Answers

0 votes
by

Comment made by: jboverfelt

I saw that this is now fixed in master - thanks! This also breaks AOT compilation if used with clojure 1.6.0 as referenced in CLJ-1241. Is there a timeline for a 0.8.8 release?

0 votes
by

Comment made by: dnolen

I will try to cut a release next week.

0 votes
by

Comment made by: jboverfelt

Awesome - thank you!

0 votes
by
Reference: https://clojure.atlassian.net/browse/LOGIC-157 (reported by alex+import)
...