tools-deps

carnundotcom 2025-05-18T18:45:22.809539Z

Is there a way to pass aliases to a :local/root dep? E.g. say I had a ../shared/deps.edn with a :cljs alias. Could some other deps.edn make sure this alias is present when :local/rooting?

carnundotcom 2025-05-18T18:49:04.275759Z

I suppose I could also have ../shared/cljs/deps.edn, ../shared/clj/deps.edn, etc. deep_thinking

carnundotcom 2025-05-18T19:05:35.956709Z

Yes, that works. Hmm, but it's a bit... profligate. Effectively it turns every 'shared' alias into its own, smaller, local library. Which is fine! But somehow passing aliases would be much nicer...

Alex Miller (Clojure team) 2025-05-18T19:16:47.500969Z

not yet, but I'm moving towards it

👌 3