Do you perhaps have both AOT and JIT versions of that namespace loaded?

See the thread that this post is part of:

https://groups.google.com/d/msg/clojure/jj87-4yVlWI/UpsYOPZ3FicJ 
<https://groups.google.com/d/msg/clojure/jj87-4yVlWI/UpsYOPZ3FicJ>

Following Nicola’s suggestion, I built a version of 1.7.0 without that commit 
and my problem went away, and that helped me track down that I was loading both 
JIT and AOT versions of the same namespace which now produces that exception. 
Once I stopped doing that, my code worked fine on alpha5.

See also this http://dev.clojure.org/jira/browse/CLJ-1639 
<http://dev.clojure.org/jira/browse/CLJ-1639> which documents my debugging 
trail.

Sean

On Jan 14, 2015, at 3:17 PM, Sam Ritchie <sritchi...@gmail.com> wrote:
> 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
>  
> <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 
> <https://gist.github.com/sritchie/70d057b04f3b18179933>
> 
> This failure occurs on alpha5, but NOT on alpha4 (or alpha2. Didn't test 
> alpha3.)


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