Thank you for this tool. I'm using this for a rather large new project right now and already love how precise and minimalistic this tool is. Features like -Sverbose, -Stree and now -Sdescribe are very helpful.
Although it is probably not intended I don't think we will be using Leiningen and Boot as much in the long term future as we do now. Two questions though: 1 I'm having trouble understanding :default-deps from the documentation ":default-deps provides a set of default coordinate versions to use if no coordinate is specified. The default deps can be used across a set of shared projects to act as a dependency management system" Don't get it. How can a dependency have no coordinate specified? And the second sentence I don't understand at all. How is possible to use default deps across shared projects and then they become a dependency management system ?!? 2 In a CLJ/CLJS project I'm not using :deps because I have a clj, a clj-dev, a cljs and a cljs-dev alias. For development I combine clj and clj-dev or cljs and cljs-dev. They all have :extra-deps, but no :deps. Is this the intended usage? Clarification would be appreciated - Thanks. On Monday, February 26, 2018 at 3:07:16 AM UTC+1, Alex Miller wrote: > > New releases of tools.deps.alpha and the Clojure tools (clj, clojure) are > now available. > > clj 1.9.0.348 updates: > > - Added -Scp option to skip computing a classpath and use the provided one > - Added -Sdescribe to output config env and parsed arg info as data > - Added --prefix to linux-install.sh (INST-9) > - Added man pages to installation (INST-18) > - Fix uberjar construction to avoid overlap of file and directory with > same name > - Add missing license file > > tools.deps.alpha 0.5.398 updates: > > - Refactoring and API updates > - tools.deps.alpha - now requires all included extensions > - tools.deps.alpha - added missing docstrings > - tools.deps.alpha/lib-location - finds the file path location of lib if > it were downloaded > - tools.deps.alpha.reader/clojure-env - added call to shell out to call > `clojure` to grab outer env > - tools.deps.alpha.script.make_classpath - refactored to expose more > resuable parts > - Improve error if cache dir can't be created > - Updated Maven-related deps > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
