This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-31
Channels
- # announcements (5)
- # babashka (105)
- # beginners (92)
- # calva (77)
- # cider (17)
- # cljdoc (8)
- # cljs-dev (8)
- # cljsrn (8)
- # clojure (272)
- # clojure-dev (25)
- # clojure-europe (5)
- # clojure-italy (6)
- # clojure-nl (7)
- # clojure-norway (3)
- # clojure-uk (108)
- # clojurescript (326)
- # code-reviews (4)
- # cursive (6)
- # datomic (37)
- # duct (5)
- # emacs (14)
- # fulcro (23)
- # graphql (1)
- # juxt (1)
- # kaocha (2)
- # leiningen (10)
- # malli (9)
- # music (1)
- # nrepl (12)
- # pathom (21)
- # pedestal (2)
- # planck (4)
- # quil (3)
- # reitit (29)
- # rewrite-clj (10)
- # shadow-cljs (82)
- # spacemacs (29)
- # sql (6)
- # tools-deps (19)
We just deployed @holyjak’s latest work on our own /versions endpoint to be used by Dash. This will allow Dash to also properly work with artifacts that are deployed to Maven Central and not just with the ones that are on Clojars. 🎉
🎉 16
How long does Git import normally take? https://cljdoc.org/builds/21433 Showing as failed on the docs
something definitely broke there 😄
looks like the SCM URL isn’t being detected as it should… pom.xml on Clojars looks reasonable at a first glance
err nevermind
<scm>
<url/>
<tag>20f511304ddbee673dd2e0d8b2338389360f5749</tag>
<connection>scm:git:[email protected]:SevereOverfl0w/high.git</connection>
<developerConnection>scm:git:[email protected]:SevereOverfl0w/high.git</developerConnection>
</scm>
the missing url
field is the issue