meander

markaddleman 2021-08-27T13:08:17.022200Z

I found some time this morning to improve meander's build. See https://github.com/noprompt/meander/pull/200 The key fix is to produce a slim jar

πŸ‘ 2
noprompt 2021-08-27T16:13:02.023Z

@markaddleman This is awesome! πŸ™‚

πŸ‘ 1
noprompt 2021-08-27T16:34:41.023600Z

I keep getting this message

Error building classpath. Library io.github.clojure/tools.build has missing :sha in coordinate.

markaddleman 2021-08-27T16:41:05.023700Z

what version of clojure CLI are you running?

markaddleman 2021-08-27T16:41:57.023900Z

What command results in that error?

noprompt 2021-08-27T16:42:23.024100Z

1.10.1.754

markaddleman 2021-08-27T16:43:46.024300Z

that could be it. I'm running 1.10.3.943

markaddleman 2021-08-27T16:43:53.024500Z

Would it be hard for you to upgrade?

noprompt 2021-08-27T16:46:43.024700Z

Shouldn’t be πŸ™‚

markaddleman 2021-08-27T16:47:38.024900Z

Give it a try πŸ™‚ What's the worst that can happen? πŸ˜‰

noprompt 2021-08-27T16:50:54.025100Z

OK that fixed the problem. On to the next problem. πŸ™‚

markaddleman 2021-08-27T16:51:31.025300Z

ha! A man after my own heart πŸ™‚

noprompt 2021-08-27T16:52:26.025500Z

Honestly, this is so awesome. I wasn’t sure when I was gonna get around to it. This really, really, really made my day.

markaddleman 2021-08-27T16:53:46.025700Z

Oh great πŸ™‚ I have been itching to play with the new build tools stuff. I was pleased with how easily it slotted in

noprompt 2021-08-27T16:58:40.026100Z

https://clojars.org/meander/epsilon

noprompt 2021-08-27T17:03:13.027300Z

@dominicm ☝️ new release. I don’t see Clojure in the jar. πŸ™‚

noprompt 2021-08-27T17:03:23.027600Z

Thank @markaddleman for that! πŸ™‚

4
noprompt 2021-08-27T17:35:15.029100Z

I made a tweak to have the deploy part optional.

bin/build-release        # Build the jar
bin/build-release deploy # Build the jar and attempt to deploy it

noprompt 2021-08-27T17:36:10.029500Z

This is like 900% better than what was there before.

noprompt 2021-08-27T17:36:30.030Z

I’m so happy today. lein deploy clojars was a headache.