Someone else looked at the issue on 
https://github.com/ztellman/riddley/issues/18

This issue makes the current version of riddley, and therefore potemkin, not 
work on Clojure 1.8 beta1

There is a pull request to fix it at https://github.com/ztellman/riddley/pull/19

However I am wondering if it is going to affect more places. The problem is 
that in Clojuee 1.8 APersistentVector now implements IMapEntry (therefore 
j.u.Map$Entry as well), but it doesn't implement the key or val methods. 
What is the reason for that change and/or is this a desired side effect of the 
change?

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