Fork me on GitHub
#babashka
<
2020-07-20
>
lread21:07:04

Hey ho! I’m currently setting up rewrite-cljc tests to run on Windows (previously only mac and linux). Converting all my bash scripts to babashka has been dreamy! It’s so nice to have a cross platform scripting language that is familiar, fun and consistent! Thanks @borkdude!

❤️ 12
borkdude21:07:54

Glad to hear!

sogaiu21:07:37

looking forward to symlinks working at some point :)

borkdude21:07:02

Looking forward to get all bb tests running on Windows (as far as possible) on my new Windows PC

lread21:07:47

Oh and I do also appreciate deps.clj on Windows, very easy to install and use!

parrot 9
borkdude21:07:40

Did you install it with scoop?

lread21:07:11

also installed bb with scoop

borkdude21:07:09

Cool, yeah, littleli is doing a great job maintaining the clojure scoop

lread21:07:13

I found that deps.clj worked better for me on GitHub Actions as there was no fiddling about figuring out how to get GitHub Actions to see the clojure PowerShell module.

borkdude21:07:32

yeah, that's complicated

lread21:07:41

Yeah, so I figured why frustrate myself. I just set things up so that when my scripts run clojure they are really running deps.exe instead.

sogaiu23:07:12

just to be clear on the symlink thing -- this is not a babashka issue iiuc. it's a "waiting for jdk / graalvm" appropriate version thing: https://bugs.openjdk.java.net/browse/JDK-8218418

sogaiu23:07:57

if the next lts for java is really version 17, that seems quite a bit distant...