Has 2.4.3 been fixed yet? I had to revert to 2.4.2 due to clojure.nrepl namespace errors. Could this be due to the release of cider-nrepl 0.7.0 which I have loaded in my .lein/profile.clj?

gvim



On 24/08/2014 02:27, Dave Sann wrote:
Do exclusions apply to plugins?

if I have

:plugins [[com.keminglabs/cljx "0.4.0" :exclusions [org.clojure/clojure]]]

I get

([com.keminglabs/cljx "0.4.0"] -> [org.clojars.trptcolin/sjacket
"0.1.0.6"] -> [org.clojure/clojure "[1.3.0,)"]
Consider using [com.keminglabs/cljx "0.4.0" :exclusions
[org.clojure/clojure]].)
([com.keminglabs/cljx "0.4.0"] -> [org.clojars.trptcolin/sjacket
"0.1.0.6"] -> [net.cgrand/regex "1.1.0"] -> [org.clojure/clojure "[1.2.0,)"]
Consider using [com.keminglabs/cljx "0.4.0" :exclusions
[org.clojure/clojure]].)
([com.keminglabs/cljx "0.4.0"] -> [org.clojars.trptcolin/sjacket
"0.1.0.6"] -> [net.cgrand/parsley "0.9.1"] -> [org.clojure/clojure
"[1.2.0,)"]
Consider using [com.keminglabs/cljx "0.4.0" :exclusions
[org.clojure/clojure]].)
([com.keminglabs/cljx "0.4.0"] -> [org.clojars.trptcolin/sjacket
"0.1.0.6"] -> [net.cgrand/parsley "0.9.1"] -> [net.cgrand/regex "1.1.0"]
-> [org.clojure/clojure "[1.2.0,)"]
Consider using [com.keminglabs/cljx "0.4.0" :exclusions
[org.clojure/clojure]].)

If it's a dependency, I don get the errors.

Dave


On Wednesday, 20 November 2013 05:41:07 UTC+11, Phil Hagelberg wrote:


    Hello folks. I'm happy to announce the release of Leiningen 2.3.4.

    This one is primarily a bugfix release; though there are a few minor
    enhancements.

    ## 2.3.4 / 2013-11-18

    * Suggest `:exclusions` to possibly confusing `:pedantic?`
    dependencies. (Nelson Morris, Phil Hagelberg)
    * Optionally look for snapshot templates in `new` task. (Travis Vachon)
    * Allow task chains to be declared without commas in project.clj.
    (Jean Niklas L'orange)
    * Support extra configurability in `:pom-plugins`. (Dominik Dziedzic)
    * Fix a bug where implicit :aot warning triggered incorrectly. (Jean
    Niklas L'orange)
    * Fix a bug where `lein repl connect` ignored port argument. (Toby
    Crawley)

    This brings all the functionality of the deprecated lein-pedantic
    plugin
    into Leiningen itself. The snapshot template functionality allows
    template developers to test their changes more easily, and the support
    for improved task chaining allows us to express higher-order task
    invocations in project.clj in a properly nested way without
    resorting to
    commas, which are a hack to work around shell arguments' lack of
    structuring.

    As usual, running `lein upgrade` will pull in the latest stable
    release,
    and if you run into any issues you can always run `lein downgrade
    2.3.3`
    to go back to the previous release. Please report any issues on the
    Leiningen mailing list or the GitHub issue tracker.

    Thanks to all the contributors and users who helped us get to this
    release.

    -Phil

--
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
---
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to clojure+unsubscr...@googlegroups.com
<mailto:clojure+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
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
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to