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] dont-give-up 0.1.0: Common Lisp style restarts in Clojure

2018-04-14 Thread Carlo Zancanaro
Hey! Last week I sent an email announcing some code that I've been working on to bring Common Lisp style restarts to Clojure. I just released the first version! You can see it at https://github.com/czan/dont-give-up. More interestingly, though, I also have a working CIDER interface for

[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