[ANN] tools.deps.alpha 0.6.496 and clj 1.10.0.442

2019-03-18 Thread 'David Bürgin' via Clojure
Nice, thank you, Alex! By the way, I am no longer getting email notifications from Jira, though nothing has changed on my end … just to let you know. -- David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to

Re: [ANN] tools.deps.alpha 0.6.488 and clj 1.10.0.414

2019-02-13 Thread Alex Miller
Oh, I mistakenly misread the successful test pass as a merge. Should be available in the next half day or so. (Or just watch https://github.com/Homebrew/homebrew-core/pull/36964) On Wednesday, February 13, 2019 at 3:27:00 PM UTC-6, Sean Corfield wrote: > > Does it take some time for the brew

Re: [ANN] tools.deps.alpha 0.6.488 and clj 1.10.0.414

2019-02-13 Thread Sean Corfield
Does it take some time for the brew repo to update? I'm getting this: (! 520)-> brew upgrade clojure Error: clojure 1.10.0.411 already installed And brew update says everything is up to date. Sean On Wednesday, February 13, 2019 at 12:19:03 PM UTC-8, Alex Miller wrote: > > tools.deps.alpha

[ANN] tools.deps.alpha 0.6.488 and clj 1.10.0.414

2019-02-13 Thread Alex Miller
tools.deps.alpha 0.6.488 and clj 1.10.0.414 are now available. Changes: * TDEPS-114 Canonicalize Maven RELEASE or LATEST version marker * Error handling improvements for unresolvable Maven versions If on Mac, use `brew upgrade clojure` or on Linux see

Re: [ANN] tools.deps.alpha 0.6.480 and clj 1.10.0.411 are now available.

2019-01-11 Thread Sean Corfield
...and nor did this. On Friday, January 4, 2019 at 12:21:55 PM UTC-8, Alex Miller wrote: > > Just a small additional bug fix over the release a couple days ago related > to classifiers. > > Changes: > >- TDEPS-112 >- Exclusions don't

Re: [ANN] tools.deps.alpha 0.6.474 and clj 1.10.0.408

2019-01-11 Thread Sean Corfield
This didn't come through in email... On Wednesday, January 2, 2019 at 1:30:01 PM UTC-8, Alex Miller wrote: > > tools.deps.alpha 0.6.474 and clj 1.10.0.408 are now available. > > Changes: > > * TDEPS-79 , TDEPS-109 >

RE: [ANN] tools.deps.alpha 0.5.452 and clj 1.9.0.394

2018-11-01 Thread Sean Corfield
An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood From: clojure@googlegroups.com on behalf of Alex Miller Sent: Thursday, November 1, 2018 6:00:46 AM To: Clojure Subject

Re: [ANN] tools.deps.alpha 0.5.452 and clj 1.9.0.394

2018-11-01 Thread Alex Miller
On Wednesday, October 31, 2018 at 1:02:50 PM UTC-5, Sean Corfield wrote: > > Is there anything any of us can do to help speed up work on the Powershell > version of clj/clojure? I’m feeling the lack of it more and more… > Not really, the hold-up is primarily in figuring out the build packaging

RE: [ANN] tools.deps.alpha 0.5.452 and clj 1.9.0.394

2018-10-31 Thread Sean Corfield
ret Atwood From: clojure@googlegroups.com on behalf of Alex Miller Sent: Saturday, September 15, 2018 6:36:19 AM To: Clojure Subject: [ANN] tools.deps.alpha 0.5.452 and clj 1.9.0.394 Just a small bug fix/enhancement release of these... * TDEPS-92<https://dev.clojure.or

Re: [ANN] tools.deps.alpha 0.5.452 and clj 1.9.0.394

2018-10-31 Thread Jeroen van Dijk
Hi Alex, Thanks for this new release! I just want to point out that for Linux, there is also the `brew install clojure` option via http://linuxbrew.sh/ . Not sure how well spread this tool is, but we've used it successfully to distribute an internal tool to both our Mac and Linux users. Thanks,

[ANN] tools.deps.alpha 0.5.460 and clj 1.9.0.397

2018-10-17 Thread Alex Miller
tools.deps.alpha 0.5.460 and clj 1.9.0.397 are now available. The only change in this version are some dependency updates and clarification on how to best connect to private s3 Maven repos. The prior directions indicated that this should be done using the standard AWS credential chain (ambient

Re: [ANN] tools.deps.alpha 0.5.452 and clj 1.9.0.394

2018-09-15 Thread Reid McKenzie
Thanks Alex! - Reid On Saturday, September 15, 2018 at 6:36:19 AM UTC-7, Alex Miller wrote: > > Just a small bug fix/enhancement release of these... > > * TDEPS-92 error and > report on unknown alias key > * TDEPS-12

[ANN] tools.deps.alpha 0.5.452 and clj 1.9.0.394

2018-09-15 Thread Alex Miller
Just a small bug fix/enhancement release of these... * TDEPS-92 error and report on unknown alias key * TDEPS-12 add support for multiple classifiers in libs * TDEPS-95

[ANN] tools.deps.alpha 0.5.442, clj 1.9.0.391

2018-07-19 Thread Alex Miller
Just a few minor bug fixes. Now available: - tools.deps.alpha 0.5.442 - clj 1.9.0.391 - Mac: brew upgrade clojure - Linux: see https://clojure.org/guides/getting_started - Windows: working on it! Changelog: - Throw error if unknown aliases are used (TDEPS-85)

[ANN] tools.deps.alpha 0.5.435, clj 1.9.0.381

2018-05-13 Thread Alex Miller
Now available: - tools.deps.alpha 0.5.435 - clj 1.9.0.381 - Mac: brew upgrade clojure - Linux: see https://clojure.org/guides/getting_started - Windows: working on it! Changelog: - Support for Maven deps in authenticated repositories (TDEPS-9 - thanks Dominic

Re: [ANN] tools.deps.alpha 0.5.425, clj 1.9.0.375

2018-04-14 Thread Mark
Great. Thanks! On Saturday, April 14, 2018 at 5:47:00 PM UTC-7, Alex Miller wrote: > > Yes, you can use a top level setting in your deps.edn file of: > > {:mvn/local-repo "/tmp/m2"} > > > On Saturday, April 14, 2018 at 7:41:34 PM UTC-5, Mark wrote: >> >> Is there an option to specify the

Re: [ANN] tools.deps.alpha 0.5.425, clj 1.9.0.375

2018-04-14 Thread Alex Miller
Yes, you can use a top level setting in your deps.edn file of: {:mvn/local-repo "/tmp/m2"} On Saturday, April 14, 2018 at 7:41:34 PM UTC-5, Mark wrote: > > Is there an option to specify the directory for the local deps > repository? I was playing around with deps on AWS lambda and discovered

Re: [ANN] tools.deps.alpha 0.5.425, clj 1.9.0.375

2018-04-14 Thread Mark
Is there an option to specify the directory for the local deps repository? I was playing around with deps on AWS lambda and discovered that the default directory (I think it's ~/.m2) is read-only. On lambda, the only writable directory is /tmp. On Saturday, April 14, 2018 at 6:01:52 AM

[ANN] tools.deps.alpha 0.5.425, clj 1.9.0.375

2018-04-14 Thread Alex Miller
New releases of tools.deps.alpha and the Clojure tools (clj, clojure) are now available. This is mostly a bug fix release. To update, use `brew upgrade clojure` on Mac, or the Getting Started installation instructions on Linux. Windows installers

[ANN] tools.deps.alpha 0.5.351, clojure tools 1.9.0.326

2018-02-03 Thread Alex Miller
New releases of tools.deps.alpha and the clojure tools (clj) are now available. This release primarily enhances alias support. There are 3 new kinds of aliases that can be supplied with clj: -O - for java option aliases. Example in deps.edn: {:aliases {:mem {:jvm-opts ["-Xms100m"

Re: [ANN] tools.deps.alpha 0.2.167 and cli updates

2017-11-14 Thread Eric Normand
Oh this looks cool! On Tuesday, October 31, 2017 at 8:21:54 AM UTC-5, Alex Miller wrote: > > tools.deps.alpha 0.2.167 was released on Oct 26th. I have not announced > all interim releases but some of the recent changes include: > >- Overhaul of the provider extension points >- Initial

Re: [ANN] tools.deps.alpha 0.2.167 and cli updates

2017-11-12 Thread Zach Oakes
> > on behalf of Alex Miller <al...@puredanger.com > > > *Sent:* Tuesday, October 31, 2017 6:21:54 AM > *To:* Clojure > *Subject:* [ANN] tools.deps.alpha 0.2.167 and cli updates > > tools.deps.alpha 0.2.167 was released on Oct 26th. I have not announced > all in

RE: [ANN] tools.deps.alpha 0.2.167 and cli updates

2017-11-12 Thread Sean Corfield
AM To: Clojure Subject: [ANN] tools.deps.alpha 0.2.167 and cli updates tools.deps.alpha 0.2.167 was released on Oct 26th. I have not announced all interim releases but some of the recent changes include: * Overhaul of the provider extension points * Initial support for underst

[ANN] tools.deps.alpha 0.2.167 and cli updates

2017-10-31 Thread Alex Miller
tools.deps.alpha 0.2.167 was released on Oct 26th. I have not announced all interim releases but some of the recent changes include: - Overhaul of the provider extension points - Initial support for understanding different kinds of "manifests" in local projects. Currently, only

Re: [ANN] tools.deps.alpha

2017-07-27 Thread Alex Miller
I considered jline as well, but using it would require mixing it into the classpath, which I did not wish to do. Many have died on the bikeshed of rlwrap vs jline and I've made the decision for now. Changes were made to the clj script yesterday to make it tolerant of rlwrap being unavailable and

Re: [ANN] tools.deps.alpha

2017-07-26 Thread Rick Moynihan
Regarding the cross platform nature of rlwrap, at the cost of an extra JVM dependency might it not be better to use jline? http://jline.sourceforge.net/ https://github.com/jline/jline3 I used to use it with clojure many many years ago and it seemed to work quite well... R. On 26 July 2017 at

Re: [ANN] tools.deps.alpha

2017-07-26 Thread Alex Miller
On Wed, Jul 26, 2017 at 11:48 AM, Steve Miner wrote: > I’ve been using my own launch script that does something similar to the > new clj script. (I’m caching a Leiningen generated classpath.) I had some > bugs when my project directory was copied to another user or machine

Re: [ANN] tools.deps.alpha

2017-07-26 Thread Steve Miner
I’ve been using my own launch script that does something similar to the new clj script. (I’m caching a Leiningen generated classpath.) I had some bugs when my project directory was copied to another user or machine because the cached classpath was not validate in the new environment,

Re: [ANN] tools.deps.alpha

2017-07-26 Thread Rick Moynihan
Just checking this out... Looks really interesting. Might be worth mentioning the rlwrap dependency in the installation instructions: /Users/rick/repos/3rdparty/tools.deps.alpha/src/main/resources/clj: line 106: rlwrap: command not found resolved on a mac with: brew install rlwrap R. On 26

Re: [ANN] tools.deps.alpha

2017-07-25 Thread Gregg Reynolds
On Tue, Jul 25, 2017 at 8:53 PM, Alex Miller wrote: > Dumb question of the day: given that Clojurescript evidently (as I >>> understand) will soon work seamlessly with npm, can (chunks of) this be >>> extended to cljs? E.g. (s/def ::providers (s/keys :opt-un [::npm])) or

Re: [ANN] tools.deps.alpha

2017-07-25 Thread Alex Miller
On Tuesday, July 25, 2017 at 9:46:55 PM UTC-5, Gregg Reynolds wrote: > > > BTW, minor doc error I think: > > resolve-deps > > Usage: (resolve-args deps-map resolve-args) > Should that be (resolve-deps ...)? > Yes, fixed. Thanks! -- You received this message because you are subscribed to the

Re: [ANN] tools.deps.alpha

2017-07-25 Thread Mark Derricutt
On 26 Jul 2017, at 13:53, Alex Miller wrote: > This effort is really about working on the problem of creating JVM classpaths > and was not really intended to extend to cljs. Perhaps it could be (but I'm > not sure where or why that would be useful). If node modules were declared with a type of

Re: [ANN] tools.deps.alpha

2017-07-25 Thread Alex Miller
On Tue, Jul 25, 2017 at 6:57 PM, Sean Corfield wrote: > The primary use case for clj initially will be new users or existing users > that want to build a repl-focused project without any real intent to deploy > artifacts > > > > Fair enough. Not convinced clj is very

Re: [ANN] tools.deps.alpha

2017-07-25 Thread Alex Miller
> > Dumb question of the day: given that Clojurescript evidently (as I >> understand) will soon work seamlessly with npm, can (chunks of) this be >> extended to cljs? E.g. (s/def ::providers (s/keys :opt-un [::npm])) or >> some such. Note that I ask without understanding. ;) >> > This effort is

Re: [ANN] tools.deps.alpha

2017-07-25 Thread Alex Miller
On Tue, Jul 25, 2017 at 5:07 PM, Mark Derricutt wrote: > Looks good - however with the release of Java 9 soon, has there been any > consideration to supporting the module path at all? To me, regardless of > peoples thoughts on jigsaw, releasing a new JVM dependency management

RE: [ANN] tools.deps.alpha

2017-07-25 Thread Sean Corfield
The primary use case for clj initially will be new users or existing users that want to build a repl-focused project without any real intent to deploy artifacts Fair enough. Not convinced clj is very beginner-friendly (compared to Boot – it’s certainly more friendly than Leiningen) but I

RE: [ANN] tools.deps.alpha

2017-07-25 Thread Sean Corfield
om Subject: Re: [ANN] tools.deps.alpha On Tue, Jul 25, 2017 at 4:28 PM, Alex Miller <a...@puredanger.com> wrote: On Tue, Jul 25, 2017 at 3:47 PM, Sean Corfield <s...@corfield.org> wrote: Looks very interesting. The manual install works – looking forward to platform installers!   The

Re: [ANN] tools.deps.alpha

2017-07-25 Thread Gregg Reynolds
On Tue, Jul 25, 2017 at 9:19 AM, Alex Miller wrote: > tools.deps.alpha is a new contrib library API for transitive dependency > graph expansion and the creation of classpaths. > > For more information, I would invite you to check out: > > * the README >

Re: [ANN] tools.deps.alpha

2017-07-25 Thread Mark Derricutt
On 26 Jul 2017, at 2:19, Alex Miller wrote: > There are some additional pieces still to come that will provide installers > for various systems as well. This is still a work in progress but is targeted > for completion along with Clojure 1.9. Looks good - however with the release of Java 9

Re: [ANN] tools.deps.alpha

2017-07-25 Thread Alex Miller
On Tue, Jul 25, 2017 at 4:28 PM, Alex Miller wrote: > > On Tue, Jul 25, 2017 at 3:47 PM, Sean Corfield wrote: > >> Looks very interesting. The manual install works – looking forward to >> platform installers! >> >> >> >> There are some formatting glitches

Re: [ANN] tools.deps.alpha

2017-07-25 Thread Alex Miller
On Tue, Jul 25, 2017 at 3:47 PM, Sean Corfield wrote: > Looks very interesting. The manual install works – looking forward to > platform installers! > > > > There are some formatting glitches in the README with nested lists. > Don't see it, let me know and I'll fix. > > >

RE: [ANN] tools.deps.alpha

2017-07-25 Thread Sean Corfield
-- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood From: Alex Miller Sent: Tuesday, July 25, 2017 7:19 AM To: Clojure Subject: [ANN] tools.deps.alpha tools.deps.alpha is a new contrib l

[ANN] tools.deps.alpha

2017-07-25 Thread Alex Miller
tools.deps.alpha is a new contrib library API for transitive dependency graph expansion and the creation of classpaths. For more information, I would invite you to check out: * the README from tools.deps.alpha * the slides