babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
holmdunc 2020-10-29T13:02:32.121100Z

Hi folks. Glad to have found out about Babashka, because it seems a wonderfully useful tool. I think I'm going to get a lot of use out of it!

borkdude 2020-10-29T13:02:58.121400Z

Thanks @duncan540 - welcome!

2020-10-29T16:13:00.122300Z

Hello all. I checked out master and tried to run tests with: script/test, and got this: Could not locate sci/impl/namespaces__init.class, sci/impl/namespaces.clj or sci/impl/namespaces.cljc on classpath. Is this a known thing? Using OpenJDK 11 in case that matters

borkdude 2020-10-29T16:13:47.122800Z

@jeffrey.wayne.evans A common thing is that people forget to clone the submodules. https://github.com/borkdude/babashka/blob/master/doc/dev.md

2020-10-29T16:14:44.123500Z

I actually did forget to that on git clone, and tried to do the “later on” version of git submodule update --recursive, but that didn’t seem to fix it

2020-10-29T16:14:47.123700Z

I can wipe and restart

borkdude 2020-10-29T16:15:21.124100Z

Maybe git pull --recurse-submodules also works