This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-31
Channels
- # announcements (8)
- # babashka (8)
- # beginners (13)
- # biff (1)
- # calva (1)
- # cider (12)
- # clj-kondo (16)
- # cljs-dev (3)
- # cljsrn (14)
- # clojure (18)
- # clojure-austin (2)
- # clojure-czech (3)
- # clojure-europe (54)
- # clojure-germany (5)
- # clojure-nl (1)
- # clojure-norway (2)
- # clojure-spec (4)
- # clojure-survey (2)
- # clojure-uk (1)
- # clojured (15)
- # clojurescript (5)
- # conjure (6)
- # core-async (65)
- # cursive (24)
- # data-science (1)
- # emacs (9)
- # events (3)
- # graphql (5)
- # integrant (6)
- # jobs (2)
- # joyride (62)
- # lsp (5)
- # malli (10)
- # off-topic (20)
- # pathom (57)
- # polylith (18)
- # re-frame (12)
- # remote-jobs (3)
- # rewrite-clj (14)
- # sci (2)
- # shadow-cljs (41)
- # sql (9)
- # tools-deps (68)
How can I add https://github.com/babashka/tools.namespace to the :deps section in bb.edn? Having issues with the syntax
{:deps {org.clojure/tools.namespace {:git/url ""
:git/sha "3625153ee66dfcec2ba600851b5b2cbdab8fae6c"}}
Thanks! At what point the :deps are resolved in bb.edn when using the Repl? At the Repl start?
Perhaps I require it wrong.
(require '[clojure.tools.namespace.repl :refer [refresh]])
Error
; : Could not resolve symbol: clojure.core/*loaded-libs* bbaws /Users/macpro/.gitlibs/libs/org.clojure/tools.namespace/3625153ee66dfcec2ba600851b5b2cbdab8fae6c/src/main/clojure/clojure/tools/namespace/reload.
@U96LS78UV bb version?
Ah, @U96LS78UV that part (`tools.namespace.repl`) of tools namespace I haven't considered yet. I only used tools namespace to scan namespaces for testing so you could use it with the cognitect test runner