I posted this the other day to the clojure-maven-plugin list but had
no response, so thought I'd ask here.

I'm wanting to push out a new release of the maven plugin, but I
noticed the other day that one of clojure-contrib's tests failed when
running with it:

Testing clojure.contrib.test-macro-utils
FAIL in (symbol-test) (run-test4136966802729217824.clj:41)
expected: (= (macroexpand (quote (with-symbol-macros (+ 1 sum-2-3))))
(quote (do (+ 1 (plus 2 3)))))
  actual: (not (= (do (+ 1 sum-2-3)) (do (+ 1 (plus 2 3)))))
FAIL in (symbol-test) (run-test4136966802729217824.clj:41)
expected: (= (macroexpand (quote (macrolet [(plus [a b]
(clojure.core/seq (clojure.core/concat (clojure.core/list (quote
clojure.core/+)) (clojure.core/list a) (clojure.core/list b))))] (+ 1
sum-2-3)))) (quote (do (+ 1 (clojure.core/+ 2 3)))))
  actual: (not (= (do (+ 1 sum-2-3)) (do (+ 1 (clojure.core/+ 2 3)))))

I know we've changed around how clojure:test runs under 1.3.2-SNAPSHOT
and I half expected the build to fail, but this wasn't the failure I
expected to see.  Anyone have any idea whats going on here?  It has me
stumped at the moment...

Is this a problem with clojure-contrib, or how the plugin is
bootstrapping things?

mark

--
Pull me down under...

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