Fork me on GitHub
#babashka
<
2020-07-23
>
Parenoid01:07:57

thank you for bb... it's awesome.

❤️ 3
Parenoid01:07:16

I curl installed bb to osx, then saw there was a brew formula... that would seem to be a better route in terms of updating it from time to time (but educate me if it's the same amount of work via curl)... what should I do before reinstalling with brew?

borkdude07:07:38

Only removing the curl-ed binary should be sufficient

borkdude07:07:58

The binary is all that's needed for running bb

Vincent Cantin01:07:15

Hello. I am trying to run Minimallist’s generators in bb via the add-classpath method, but I get an error when I require its namespace. I guess that the problem comes from on of those dependencies:

[clojure.test.check.generators :as gen]
            [clojure.test.check.rose-tree :as rose]
            [clojure.test.check.random :as random]
Do you know if there is a way to make it work?

Vincent Cantin02:07:05

java.lang.Exception: Could not require clojure.test.check.generators. I see (defrecord Generator [gen]) in clojure.test.check.generators , that might be the problem