lein-try
lein-try copied to clipboard
A Leiningen plugin for trying out new libraries
Make it clearer that one should not add BOTH lines to `.lein/profiles.clj` By adding newlines it is easier to select the `[lein-try ..]` line separately and no need to have...
I'm unable to try [com.github.fommil.netlib/all](https://mvnrepository.com/artifact/com.github.fommil.netlib/all/1.1.2) with `lein-try`. Adding POM type support could be a nice improvement.
Steps to reproduce: 1. `lein try` with a project that has only deployed snapshots, but no releases Expected result: - Snapshot version is downloaded and REPL is started Actual result:...
Something seems weird with the classpath when using KMS from Amazonica: ``` clj $ lein try amazonica user=> (require '[amazonica.core :refer [defcredential]]) user=> (defcredential "AKI..." ...) user=> (require '[amazonica.aws.kms :as...
Reason: when checking if a dependency would suit an existing project (e.g. my project has a map of data somewhere and I want to serialize that data to JSON but...
``` $ grep try ~/.lein/profiles.clj [lein-try "0.4.3"]]}} $ lein try org.clojure/clojure "1.7.0-alpha1" ... Clojure 1.6.0 ... user=> *clojure-version* {:major 1, :minor 6, :incremental 0, :qualifier nil} $ lein try org.clojure/clojure...
See https://www.refheap.com/85340