This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-23
Channels
- # announcements (10)
- # babashka (7)
- # beginners (31)
- # boot (4)
- # calva (8)
- # chlorine-clover (19)
- # cider (12)
- # clj-kondo (27)
- # cljsrn (7)
- # clojure (68)
- # clojure-colombia (2)
- # clojure-europe (47)
- # clojure-italy (16)
- # clojure-nl (4)
- # clojure-spec (13)
- # clojure-uk (39)
- # clojurescript (103)
- # code-reviews (8)
- # community-development (2)
- # conjure (38)
- # core-async (37)
- # cursive (2)
- # datascript (1)
- # datomic (31)
- # figwheel-main (22)
- # fulcro (18)
- # jobs (2)
- # jobs-discuss (6)
- # juxt (3)
- # keechma (1)
- # lambdaisland (6)
- # malli (30)
- # meander (20)
- # off-topic (29)
- # reagent (1)
- # reitit (16)
- # shadow-cljs (4)
- # tools-deps (70)
- # xtdb (19)
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?
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?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
I found the related issue, never mind. https://github.com/borkdude/babashka/issues/487