-
merely including `[protojure "1.5.1"]` in a project `:dependencies` with `clojure.data.priority-map` is enough to cause the error below.
If `protojure` is **not** included in the project (`pr…
-
What is the difference between both statements?
1. with a ns matrix, (matrix/set-current-implementation :vectorz)
2. without a ns matrix , (matrix/set-current-implementation :vectorz)
dependen…
-
With a minimal build.boot file:
```
(set-env! :dependencies '[[com.gfredericks/test.chuck "0.2.7" :scope "test"]])
```
boot show -u suggests [com.gfredericks/test.chuck "0.2.6" :scope "test"].
…
-
This would add Clojure and ClojureScript options when creating Gradle projects, which would add Clojure or CLJS as a dependency and add Clojars as a repo.
-
I'm getting a build error when trying to compile my project with the shopify dependency.
``` bash
Exception in thread "main" java.lang.RuntimeException: No such var: clojure.core.cache/through, compi…
-
If I update my Clojure dependency from 1.6.0 to 1.10.1, clj-tagsoup no longer works.
From the repl, I get the following when trying to :require tagsoup:
```
CompilerException java.lang.Except…
-
The [docs here](http://quil.info/api/environment#defsketch) say:
> In Clojurescript only `:p2d` and `:p3d` renderers are supported.
So that is clear for ClojureScript.
If I try to use them i…
-
**Describe the bug**
A function redefinition lint message is shown based on non-project (i.e. system installed) clojure, but the clojure version declared in project does not define that function.
…
-
I don't see usages of `unimplemented` function anywhere in the codebase.
`src/main/clojure/clojure/core/matrix/utils.cljc`
If there is no specific use, I would suggest removing this method.
The …
-
In my `project.clj` I have specified the following config:
```
:sass {:src "dev-resources/styles/auth"
:dst "resources/auth-ui/dist/styles"
:gem-version "3.2.19"}
```
And now lei…