This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-24
Channels
- # aleph (1)
- # babashka (2)
- # beginners (25)
- # calva (5)
- # cider (8)
- # cljdoc (4)
- # clojure (81)
- # clojure-europe (41)
- # clojure-spec (11)
- # clojurescript (7)
- # conjure (1)
- # data-science (1)
- # datomic (25)
- # defnpodcast (3)
- # events (2)
- # figwheel-main (8)
- # fulcro (5)
- # helix (4)
- # hugsql (1)
- # java (2)
- # off-topic (35)
- # onyx (18)
- # pathom (8)
- # rdf (5)
- # re-frame (9)
- # reagent (3)
- # reitit (1)
- # shadow-cljs (39)
- # tools-deps (53)
- # xtdb (23)
Hello. I'm trying to debug the eql
build failure
https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#getting-dependencies-right
EQL uses deps.edn
as the "main deps system"
https://github.com/edn-query-language/eql
The build failure is due Could not locate clojure/test/check__init.class, clojure/test/check.clj or clojure/test/check.cljc on classpath.
https://app.circleci.com/pipelines/github/cljdoc/builder/6076/workflows/c9b25e07-2e57-4b32-b421-0ac156f0eb8f/jobs/22452
It i create a "manual" pom.xml, it will prefer ir over deps.edn?
@souenzzo Worth a try. For expectations/clojure-test
we had to add planck and humane-test-output as dependencies in the pom.xml
in order to get CircleCI builds to run properly, even tho' they are not normal dependencies in deps.edn
.
I'm not at my main computer right now so I can't offer more details.