Fork me on GitHub
#tools-deps
<
2018-07-28
>
gfredericks12:07:50

would support for ~ in paths in tools.deps (or parts of it? e.g. just the user file) be a welcome feature? I'd be happy to work on it

Alex Miller (Clojure team)12:07:05

My first reaction is no

Alex Miller (Clojure team)12:07:35

But feel free to file a jira and I’ll think about it

gfredericks15:07:45

can git deps specify a subdirectory of the repo?

gfredericks15:07:11

I'm making a library called user.clj and all it does is contain a user.clj file that loads other user files

gfredericks15:07:41

e.g., ~/.clojure/user.clj, and it could probably search the classpath for user-<n>.clj

gfredericks15:07:49

and you could disable it with env variables

mfikes15:07:10

Git deps can point at a subdirectory. I can’t recall the key. Maybe :deps/root or some such

👍 8