Hi,

I keep running into NoSuchMethodError on any call to
clojure.contrib.repl-utils/show in REPL with clojure 1.3.0:

$ lein repl

=> (use 'clojure.contrib.repl-utils)
;; bunch of warnings skipped

=> (clojure.contrib.repl-utils/show 1)
NoSuchMethodError clojure.lang.Numbers.lt(Ljava/lang/Object;I)Z
clojure.contrib.string/partition/step--78/fn--79 (string.clj:225)

user=> (clojure.contrib.repl-utils/show Integer)
NoSuchMethodError clojure.lang.Numbers.lt(Ljava/lang/Object;I)Z
clojure.contrib.string/partition/step--78/fn--79 (string.clj:225)

user=> (clojure.contrib.repl-utils/show (Object.))
NoSuchMethodError clojure.lang.Numbers.lt(Ljava/lang/Object;I)Z
clojure.contrib.string/partition/step--78/fn--79 (string.clj:225)

Am I doing it wrong?

Thank you,
- F

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