-
almost all `leinigen` specific code is already in `leiningen.inline-deps`, however `mranderson.util` still references leiningen for logging. if this latter is eliminated leiningen could be excluded wh…
-
I am able to reliably reproduce the error when adding konserve as dependency to a lein reagent project:
```
Syntax error compiling at (konserve/filestore.clj:585:25).
Unable to resolve symbol: ke…
-
Just starting but the command `lein notebook` cause issues and not sure any way around it
`
Retrieving cider/cider-nrepl/0.10.2/cider-nrepl-0.10.2.jar from clojars
clojure.lang.Compiler$CompilerE…
-
Error during lein test:
Exception in thread "main" java.lang.IllegalArgumentException: Must hint overloaded method: toArray, compiling:(clojure/core/rrb_vector/rrbt.clj:282:1)
at clojure.l…
coola updated
2 months ago
-
https://github.com/technomancy/leiningen/blob/stable/doc/MIXED_PROJECTS.md 에 설명되어 있긴 한데 요약하면 아래와 같이 `:source-paths` and `:java-source-paths` 를 사용하면 된다. `:javac-options`도 주는 것이 좋다.
``` clojure
(defpr…
-
Windows 7, Java 8
```
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
```
Repro:
```
cd leinin…
winks updated
5 years ago
-
We tried setting the :pact.verifier.publishResults this way `lein with-profile pact pact-verify :pact.verifier.publishResults="true" :pact.provider.version="provider-version"` but it isn't publishing…
-
In Leiningen 2.x, if a jar is used and isn't in a remote Maven repo, then it needs to be in the local Maven repo. This is useful for native OS-specific jars, for example. The fully-worked out soluti…
-
Hi @BenjaminVanRyseghem, I find that this is a great resource for learning ClojureScript in real world applications but sadly I'm unable to get the thing running properly.
After going through the in…
-
###STR
1. Create new project with e.g. Leiningen
2. Start a non-Calva REPL, e.g. `lein run`
3. Run Calva: Connect to a Running REPL Server in the Project (from palette or C-C, C-C)
4. Select appro…