Fork me on GitHub
#exercism
<
2022-04-05
>
Chris Chambers16:04:49

@porkostomus Any updates on the status of this? I'd prefer not to go back through my solutions and strim out the spec/let*, but I can't proceed otherwise.

Bobbi Towers17:04:58

I created a PR: https://github.com/exercism/clojure-test-runner/pull/35 Now I just need to figure out why the tests are failing and await review. Hopefully I can get this done today. EDIT: It may be because thus far we have been getting away with using an image with no JVM, which may be required by babashka.deps. Need to investigate further.

Chris Chambers17:04:28

Awesome, thanks very much 🙂

borkdude19:04:13

@porkostomus You could avoid a JVM by making an uberjar

borkdude19:04:23

and then say bb -cp uberjar.jar

borkdude19:04:41

You can make such an uberjar with bb uberjar uberjar.jar

Bobbi Towers20:04:32

Oh, excellent 😀