Fork me on GitHub
#tools-deps
<
2022-01-10
>
jasonjckn04:01:28

Is there a github example repository of this blog post anywhere https://corfield.org/blog/2021/02/23/deps-edn-monorepo/

seancorfield05:01:00

@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.

👍 2
seancorfield06:01:37

@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

Alex Miller (Clojure team)13:01:36

No, not documented or supported

Alex Miller (Clojure team)13:01:51

Just an accident of implementation

seancorfield20:01:27

Thanks. I was just really surprised it worked 🙂