maravillas / lein-multi

A Leiningen plugin for testing against multiple versions of Clojure at once.
33 stars 4 forks source link

Additional fixes for :with functionality #2

Closed ohpauleez closed 13 years ago

ohpauleez commented 13 years ago

The following two commits make the :with handler more roust to errors and keys that aren't in the multi-dep map. Additionally, the project.clj was updated to use Clojure 1.2.1 instead of Clojure1.2.0

maravillas commented 13 years ago

Merged in ec243bc17cad45828d55 and e633e37d02bce93786fe. Thanks!

maravillas commented 13 years ago

Oh, note that I changed the command line syntax in a subsequent commit to the more standard double dash prefix ("--with").

ohpauleez commented 13 years ago

Thanks so much, I appreciate you merging in and cleaning up the changes.