Re: [ANN] Git Deps for Clojure!

2018-01-09 Thread Alex Miller
There is a new version of clojure tools available (1.9.0.302) that changes the attributes for git coordinates: :rev - removed attribute :sha - new required attribute, full sha strongly encouraged (prefix sha support may be removed) :tag - new optional attribute, should match the sha (not used by

Re: Officially support Vert.x

2018-01-09 Thread Feuer Au
Hi Toby: We start working on Vert.x Clojure implementation https://github.com/chengenzhao/vertx-lang-clojure and for now we have made some progresses now we could generate "Hello from Vert.x!" example and deploy ClojureVerticle and the clojure code wrapper is almost there (ns examples.simple-htt

Re: [ANN] Git Deps for Clojure!

2018-01-09 Thread Bobby Eickhoff
I find it somewhat ironic given all of the recent discussion of growth vs. breakage in the world of Clojure that this latest release of clojure tools -- if I understand correctly -- includes, as advertised above, a breaking change. :-P On Tuesday, January 9, 2018 at 9:44:12 AM UTC-5, Alex Mill

Re: [ANN] Git Deps for Clojure!

2018-01-09 Thread Alex Miller
Yeah, we didn't love doing it, but that's why tools.deps.alpha is still alpha. Given that no one is using it yet, it seemed like the most expedient solution. Over time, we will work harder to avoid things like that. On Tuesday, January 9, 2018 at 9:47:15 PM UTC-6, Bobby Eickhoff wrote: > > I fin