This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-10
Channels
- # announcements (4)
- # babashka (40)
- # beginners (39)
- # calva (16)
- # cljdoc (1)
- # cljs-dev (8)
- # clojure (72)
- # clojure-europe (10)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-spec (9)
- # clojure-uk (12)
- # clojurescript (16)
- # community-development (15)
- # conjure (5)
- # cursive (5)
- # datomic (26)
- # eastwood (1)
- # emacs (7)
- # events (1)
- # figwheel-main (15)
- # fulcro (27)
- # graphql (7)
- # gratitude (4)
- # introduce-yourself (1)
- # malli (4)
- # meander (4)
- # off-topic (2)
- # other-languages (13)
- # polylith (7)
- # reagent (5)
- # reitit (5)
- # shadow-cljs (27)
- # spacemacs (4)
- # sql (3)
- # tools-deps (6)
- # xtdb (13)
Is there a github example repository of this blog post anywhere https://corfield.org/blog/2021/02/23/deps-edn-monorepo/
@jasonjckn Probably the closest is this https://github.com/seancorfield/usermanager-example/tree/polylith but it hasn't been updated to reflect the latest changes in Polylith (or what we're doing at work). Very happy to talk about our monorepo tho' -- it's not all Polylith so it applies beyond that.
@alexmiller Is it documented/supported anywhere that :exec-fn
can be a vector of function names to execute? I just discovered that works (based on the (loop [fns f...] ...)
code here https://github.com/clojure/brew-install/blob/1.10.3/src/main/clojure/clojure/run/exec.clj#L176
No, not documented or supported
Just an accident of implementation
Thanks. I was just really surprised it worked 🙂