-
This issue originated from a diagnosis session on Slack with @mccraigmccraig.
The ingestion of [alia](https://github.com/mpenet/alia) on cljdoc was failing with less than helpful error messaging.
…
lread updated
2 years ago
-
I received the following error message when running `lein deps`.
```
java.lang.ClassCastException: clojure.lang.PersistentVector cannot be cast to clojure.lang.Named
at clojure.core$name.invoke (cor…
-
I am working in a project where I've native dependencies managed by lein (i.e rxtx) and native dependencies managed externally (Matlab). Documentation says that one should use `jvm-opts` to set the va…
-
One of our transitive dependencies pulls from a custom repository [1] which seems to confuse vizdeps, erroring with:
```
clojure.lang.ExceptionInfo: Exception processing dependencies of [cc.qbits/…
-
Property:
```
suppression.file=false-positives.xml
```
and then that file on the classpath:
```
```
and link to the relevant parts of the DC docs.
-
Throws exception `ava.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(org/httpkit/server.clj:1:1)`.
Updating dependencies to the following successfully runs on java 10 and…
-
deps.edn allows to use version aliases, like `RELEASE` or `LATEST`.
For deps cache, clj-nix resolves these to versions, without keeping the original alias resolvable.
Test case
```clj
{:deps…
-
Hi all,
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.170"
;; :classifier "aot"
:exclusion [org.clojure/data.json…
-
**Is your feature request related to a problem? Please describe.**
While working with clojure projects is common to include new libraries as dependencies. Right now, I am using `clj-refactor` to prov…
-
I can use `lein-voom` for freshening my `:dev` dependencies. That's great. Ideally, I'd like to be able to use it for plugins as well. However, to get said freshened dependencies into my local reposit…