Fork me on GitHub
#cursive
<
2022-10-24
>
steveb8n07:10:48

Q: I’ve started using a babashka repl. has a few rough edges but overall it’s going well. I’ve hit a problem with deps - I have a :git/url dep that works via the bb task runner but is not available via the REPL. How does the Cursive bb repl calculate the classpath and resolve deps?

steveb8n07:10:09

I’ve tried using deps.edn. didn’t fix it

steveb8n07:10:41

Also tried using bb.edn (because it’s docs say that it can manage deps for a REPL) but no luck that way either

cfleming07:10:19

Hmm, I’m not sure on this one, will try that out tomorrow.

steveb8n08:10:56

thanks. I can workaround by invoking from the terminal for now

steveb8n08:10:22

it appears to be :git/url specific. if I add a normal clojars dep to bb.edn the repl loads/includes it

steveb8n08:10:28

hmm, not sure about that either. worked for zprint git dep but not for my own git repo. I’ll dig deeper tomorrow as well