slagyr / speclj

pronounced "speckle": a TDD/BDD framework for Clojure.
MIT License
459 stars 58 forks source link

lein 2 preview 10 fails #25

Closed narkisr closed 12 years ago

narkisr commented 12 years ago

Looks like some new incompability

$ lein spec
WARNING: using numeric exit values in plugins is deprecated.                                                           
Plugins should use leiningen.core.main/abort instead.                                                                  
Support for this will be removed before the stable 2.0.0 release.                                                      
spec failed.                                                       
slagyr commented 12 years ago

Thanks for the note.

Speclj was made compliant with this new deprecation in version 2.3.0.

https://github.com/slagyr/speclj/blob/master/CHANGES.md

Micah

On Sep 27, 2012, at 6:04 AM, ronen notifications@github.com wrote:

Looks like some new incompability

$ lein spec WARNING: using numeric exit values in plugins is deprecated.
Plugins should use leiningen.core.main/abort instead.
Support for this will be removed before the stable 2.0.0 release.
spec failed.
— Reply to this email directly or view it on GitHub.

narkisr commented 12 years ago

Actually iv updated to 2.3.1, it seems that Iv updated only the :dev dependency and forgot to update the plugin :P

Sorry for the false alarm, thank you for a great framework!

Ronen

slagyr commented 12 years ago

No worries. You're very welcome.

Micah

On Sep 27, 2012, at 5:38 PM, ronen notifications@github.com wrote:

Actually iv updated to 2.3.1, it seems that Iv updated only the :dev dependency and forgot to update the plugin :P

Sorry for the false alarm, thank you for a great framework!

Ronen

— Reply to this email directly or view it on GitHub.