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!
Thanks @duncan540 - welcome!
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
@jeffrey.wayne.evans A common thing is that people forget to clone the submodules. https://github.com/borkdude/babashka/blob/master/doc/dev.md
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
I can wipe and restart
Maybe git pull --recurse-submodules
also works