This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-05
Channels
- # announcements (3)
- # beginners (225)
- # calva (3)
- # cider (110)
- # circleci (18)
- # clj-kondo (15)
- # cljdoc (1)
- # cljsrn (12)
- # clojure (77)
- # clojure-dev (39)
- # clojure-europe (3)
- # clojure-houston (2)
- # clojure-italy (9)
- # clojure-nl (16)
- # clojure-romania (1)
- # clojure-spec (5)
- # clojure-uk (20)
- # clojuredesign-podcast (28)
- # clojurescript (89)
- # core-async (4)
- # crux (7)
- # cursive (10)
- # datomic (3)
- # defnpodcast (5)
- # emacs (17)
- # events (1)
- # figwheel (4)
- # graalvm (6)
- # juxt (1)
- # pathom (4)
- # pedestal (5)
- # re-frame (4)
- # remote-jobs (3)
- # rewrite-clj (4)
- # shadow-cljs (90)
- # spacemacs (2)
- # sql (7)
- # tools-deps (4)
- # vim (52)
It seems like the default-config for setting up a clojure project on Circle is still using lein-2.7.1, which is soo last Friday. Any chances of Circle upgrading the default to a more recent version?
Yeah, sure, but it’d be great if Circle had their examples/templates set to something current
I would expect there's a GitHub repo somewhere for the CircleCI Clojure stack where you could create an issue...?
Hmm, well, there's this: https://ideas.circleci.com/ideas/search?utf8=%E2%9C%93&query=clojure
Idea added, but I was sort of hoping that someone from Circle was lurking here and fix it off the books.
I understand this, my point is that when you set up a new clojure project in Circle, the sample .yml file has this line in it:
When you combine this with the “Copy to clipboard” button in step two, my laziness causes all my Clojure projects to be running with lein-2.7.1
So my proposition is to change the line above in the sample .yml file to something like - image: circleci/clojure:lein-2.9.1
Now, if I could only convince Circle to go directly https://circleci.com/dashboard when I’m logged in, I could retire 🙂