marick / lein-midje

Leiningen plugin for Midje
MIT License
77 stars 29 forks source link

Use Midje 1.6.3 #54

Closed chetmancini closed 9 years ago

chetmancini commented 10 years ago

I'm seeing the clojure.core.record? issue that was closed here: https://github.com/marick/Midje/issues/264

I presume bumping to 1.6.3 would resolve?

marick commented 9 years ago

Not quite yet, but soon.

ghost commented 9 years ago

any idea when this error is solved. I have now clojure 1.7.0 and lein-midje 3.2-rc4 and the problem is still here.

marick commented 9 years ago

It doesn't happen with Midje 1.7

ghost commented 9 years ago

I do not know, Im using a old project which uses lein-midje and when I use the last lein-midje the problem still are there.

marick commented 9 years ago

I suspect you are using an old version of Midje. The latest stable release is [midje "1.7.0"].

ghost commented 9 years ago

no idea. How can I check ? In my project.cli only lein-midje is mentioned

marick commented 9 years ago

If midje isn't mentioned, you should mention it explicitly, as

  :profiles {:dev {:dependencies [[midje "1.8-alpha1" :exclusions [org.clojure/clojure]]
                                  [org.blancas/morph "0.3.0" :exclusions [org.clojure/clojure]]
                                  [com.taoensso/timbre "4.1.1" :exclusions [org.clojure/clojure]]