clj command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ clj -Sdeps -Srepro -Sforce '{:deps { cider/piggieback {:mvn/version "0.5.0"}, nrepl/nrepl {:mvn/version "0.8.0-alpha4"}}}' -m "nrepl.cmdline" | |
Error building classpath. Don't know how to create ISeq from: clojure.lang.Symbol | |
java.lang.IllegalArgumentException: Don't know how to create ISeq from: clojure.lang.Symbol | |
at clojure.lang.RT.seqFrom(RT.java:557) | |
at clojure.lang.RT.seq(RT.java:537) | |
at clojure.core$seq__5402.invokeStatic(core.clj:137) | |
at clojure.core$merge_with$merge2__5964.invoke(core.clj:3066) | |
at clojure.lang.ArrayChunk.reduce(ArrayChunk.java:63) | |
at clojure.core$reduce1.invokeStatic(core.clj:942) | |
at clojure.core$reduce1.invokeStatic(core.clj:934) | |
at clojure.core$merge_with.invokeStatic(core.clj:3059) | |
at clojure.core$merge_with.doInvoke(core.clj:3051) | |
at clojure.lang.RestFn.applyTo(RestFn.java:139) | |
at clojure.core$apply.invokeStatic(core.clj:667) | |
at clojure.core$apply.invoke(core.clj:660) | |
at clojure.tools.deps.alpha.reader$merge_deps.invokeStatic(reader.clj:87) | |
at clojure.tools.deps.alpha.reader$merge_deps.invoke(reader.clj:84) | |
at clojure.tools.deps.alpha.script.make_classpath2$run_core.invokeStatic(make_classpath2.clj:77) | |
at clojure.tools.deps.alpha.script.make_classpath2$run_core.invoke(make_classpath2.clj:73) | |
at clojure.tools.deps.alpha.script.make_classpath2$run.invokeStatic(make_classpath2.clj:102) | |
at clojure.tools.deps.alpha.script.make_classpath2$run.invoke(make_classpath2.clj:96) | |
at clojure.tools.deps.alpha.script.make_classpath2$_main.invokeStatic(make_classpath2.clj:147) | |
at clojure.tools.deps.alpha.script.make_classpath2$_main.doInvoke(make_classpath2.clj:119) | |
at clojure.lang.RestFn.applyTo(RestFn.java:137) | |
at clojure.lang.Var.applyTo(Var.java:705) | |
at clojure.core$apply.invokeStatic(core.clj:665) | |
at clojure.main$main_opt.invokeStatic(main.clj:514) | |
at clojure.main$main_opt.invoke(main.clj:510) | |
at clojure.main$main.invokeStatic(main.clj:664) | |
at clojure.main$main.doInvoke(main.clj:616) | |
at clojure.lang.RestFn.applyTo(RestFn.java:137) | |
at clojure.lang.Var.applyTo(Var.java:705) | |
at clojure.main.main(main.java:40) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment