Thanks Alex.

I'm updating clj-new to use default-deps and will release a new version 
later today.

On Saturday, June 29, 2019 at 11:44:31 AM UTC-7, Alex Miller wrote:
>
> A new version of clj and tools.deps.alpha are now available.
>
> - Mac - `brew upgrade clojure`
> - Linux - see scripts at https://clojure.org/guides/getting_started
> - Windows - see 
> https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows
>
> Tickets and issues affected by these releases:
>
> - fix formatting issues in clj man page and help
> - fix TDEPS-131 - update bug tracker link in man page
> - fix TDEPS-52 - transitive deps pick up :paths from current project
> - fix TDEPS-88 - set meaning of -Srepro
> - fix TDEPS-96 - fix relative path calculation for transitive pom projects
> - partial fix TDEPS-127 - for overlap covered by TDEPS-96
> - won't fix TDEPS-80 - means to get classpath for tools.deps, already 
> exists
> - won't fix TDEPS-57 - give names to config files
> - add new clojure.tools.deps.alpha.reader/default-deps and 
> ctdar/install-dep
> - deprecate clojure.tools.deps.alpha.reader/clojure-env
>
> Primarily, these changes all focus around moving the install-level 
> deps.edn inside tools.deps.alpha as a resource,
> rather than being picked up from the file system. This addresses a number 
> of issues, allowing it to be used
> automatically rather than needing to be found and explicitly included at 
> the appropriate deps reader times.
>
> The changes at the end are concerned with deprecating (and eventually 
> removing) ctdar/clojure-env, which shells
> out to clj to build a set of config data, including the list of config 
> files. As the install-level file no longer exists, it is
> now easy to replicate the calculations done by clj inside the code, 
> without shelling out. Library users of 
> tools.deps.alpha should replace calls to (:config-files 
> (reader/clojure-env)) with (reader/default-deps). Several
> tools have already been patched.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/cc943533-8569-40c0-8df3-592565b2582c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to