circleci

rm -rf /home/circleci/.gitconfig
slipset 2019-08-05T09:31:03.001300Z

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?

Marc O'Morain 2019-08-09T08:41:50.004300Z

Are you using docker?

Marc O'Morain 2019-08-09T08:42:35.005500Z

We shouldn’t have all of the docker images from the clojure library available

Marc O'Morain 2019-08-09T08:42:51.006100Z

So you can use any Lein version that is published.

slipset 2019-08-09T10:30:35.007600Z

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:

slipset 2019-08-09T10:30:44.007800Z

- image: circleci/clojure:lein-2.7.1

slipset 2019-08-09T10:31:43.008Z

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

slipset 2019-08-09T10:32:54.008200Z

So my proposition is to change the line above in the sample .yml file to something like - image: circleci/clojure:lein-2.9.1

Marc O'Morain 2019-08-12T14:18:28.008400Z

aha

Marc O'Morain 2019-08-12T14:19:10.008600Z

time for sed

Marc O'Morain 2019-08-12T14:27:43.008800Z

https://github.com/circleci/circleci-docs/pull/3644

🎉 1
slipset 2019-08-12T14:32:47.009100Z

d@mn! I could’a done it myself

slipset 2019-08-12T14:34:47.009400Z

Now, if I could only convince Circle to go directly https://circleci.com/dashboard when I’m logged in, I could retire 🙂

2019-08-05T12:51:10.001400Z

just manually set to a higher version?

slipset 2019-08-05T13:10:45.001600Z

Yeah, sure, but it’d be great if Circle had their examples/templates set to something current

seancorfield 2019-08-05T17:56:36.001800Z

I would expect there's a GitHub repo somewhere for the CircleCI Clojure stack where you could create an issue...?

seancorfield 2019-08-05T17:57:52.002Z

Hmm, well, there's this: https://ideas.circleci.com/ideas/search?utf8=%E2%9C%93&query=clojure

slipset 2019-08-05T18:02:51.002300Z

Idea added, but I was sort of hoping that someone from Circle was lurking here and fix it off the books.

😄 1