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
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
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
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