Hey all, I'm trying to bump my project to the latest alpha (5), and my AOT compilation test now throws this error when compiling a file that requires Prismatic's schema: Caused by: java.lang.ClassCastException: schema.utils.SimpleVCell cannot be cast to schema.utils.PSimpleCell Here's the relevant line in Schema: https://github.com/Prismatic/schema/blob/master/src/cljx/schema/utils.cljx#L192 I'm guessing something's up with the cast. That class implements the protocol, so this shouldn't throw a ClassCastException. Here's the full stacktrace:

https://gist.github.com/sritchie/70d057b04f3b18179933

This failure occurs on alpha5, but NOT on alpha4 (or alpha2. Didn't test alpha3.)

Any ideas?
--
Sam Ritchie (@sritchie)
Paddleguru Co-Founder
703.863.8561
www.paddleguru.com <http://www.paddleguru.com/>
Twitter <http://twitter.com/paddleguru>// Facebook <http://facebook.com/paddleguru>

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