On Sat, Nov 6, 2010 at 1:53 AM, Stuart Halloway
<stuart.hallo...@gmail.com> wrote:
> Clojure 1.3 Alpha 2 is now available at

Hi,

                              ^^^ note the version, but the subject
says it all, so...

I downloaded the alpha3 release and have run it with the recent build
of clojure-contrib #253 [1]. When I use'd c.c.monads it threw an
exception:

devmac:apps jacek$ clj -13
CLOJURE_DIR:  /Users/jacek/apps/clojure
CLOJURE_CONTRIB_JAR:  /Users/jacek/apps/clojure-contrib-1.3.0-build254.jar
Clojure 1.3.0-alpha3
user=> (use 'clojure.contrib.monads)
NoSuchMethodError
clojure.core$meta.invokeStatic(Ljava/lang/Object;)Ljava/lang/Object;
clojure.contrib.def/defvar (def.clj:30)

With the latest clojure-contrib alpha2, it works fine:

devmac:apps jacek$ clj -13
CLOJURE_DIR:  /Users/jacek/apps/clojure
CLOJURE_CONTRIB_JAR:  /Users/jacek/apps/clojure-contrib-1.3.0-alpha2.jar
Clojure 1.3.0-alpha3
user=> (use 'clojure.contrib.monads)
nil

Why?

[1] 
http://build.clojure.org/job/clojure-contrib/254/artifact/modules/standalone/target/

Jacek

-- 
Jacek Laskowski
Notatnik Projektanta Java EE - http://jaceklaskowski.pl

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