Dear all,

I am trying top port some code from 1.2 to 1.3 and I end up with this error:


Unknown location:
  error: java.lang.VerifyError: (class:
nicolasoury/distributions/core/HashNodeDistribution, method:
delete_BANG_ signature: (Ljava/lang/Object;I)Ljava/lang/Object;)
Expecting to find integer on stack


The class is a deftype implementing an interface defined by a
definterface in the same file. On of the argument of the method in the
definterface is an hint.
Is it a problem with a call or with the definition of the method?

Should I always hint a call with an int?

Best,

Nicolas.

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

Reply via email to