This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-23
Channels
- # aws-lambda (2)
- # beginners (40)
- # calva (9)
- # cider (17)
- # clojure (84)
- # clojure-europe (13)
- # clojure-nl (1)
- # clojure-norway (77)
- # clojure-uk (26)
- # conjure (1)
- # cursive (7)
- # datomic (7)
- # events (1)
- # exercism (1)
- # gratitude (2)
- # hyperfiddle (4)
- # improve-getting-started (10)
- # jobs-discuss (12)
- # malli (4)
- # missionary (12)
- # off-topic (22)
- # other-languages (4)
- # pedestal (3)
- # portal (6)
- # reagent (6)
- # reitit (1)
- # releases (1)
- # ring (4)
- # shadow-cljs (2)
- # thejaloniki (2)
- # tools-build (27)
- # tools-deps (4)
- # vim (6)
EDIT: :deps/root
already does this!
It looks like the git procurer requires a manifest at repository root. I feel like adding support for subdirectories with
:git/root
or :git/subdir
would be worthwhile, as multi-module repositories are a thing (for example, #reitit). Do you agree? I'm willing to write a patch if there's support.Full disclosure, I'm considering porting a bunch of libraries in a multi-module repo from leiningen to tools.deps.
There is already support for this with :deps/root
Great! Thanks!
sorry for not RTFM'ing, I did look at that list of common attributes but still missed it 😬