Sorry, that came off as quite terse, I was dashing off a quick reply. Not coming from a Java background it took me quite a while to understand a lot of things about Clojure dependency management and the surrounding ecosystem. On Mon, 27 Apr 2015 at 8:11 pm Daniel Compton < [email protected]> wrote:
> Hi Mike > > core.async is released to Maven Central, you can find all of the released > versions at: > http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.async%22 > > In general Clojure Core releases are in Maven Central, and most community > libraries are in Clojars. > > From memory, Leiningen looks in Clojars, and Maven Central by default for > dependency resolution. > On Mon, 27 Apr 2015 at 7:49 pm Mike Thompson <[email protected]> > wrote: > >> >> A recent change to core.async delivers non-blocking offer! and poll! >> >> >> https://github.com/clojure/core.async/commit/d8047c0b0ec13788c1092f579f03733ee635c493 >> >> Excellent! I could use that. I wondered to myself: "is there perhaps a >> new version of core.async in clojars?" >> >> But clojars is so hard to navigate!!!!!!! >> >> I gave up after a frustrating 10 mins of time-wasting. This is not the >> first time I've given up on clojars. >> >> - into the top search box I put "org.clojure/core.async" >> - the first result I see look promising, but clicking on it gives a 404 >> - I look at the other search results. None of them look right. >> - I try to guess the URL: https://clojars.org/org.clojure/core.async. >> 404. >> - I try a search for "core.async" - lots of hits but nothing official. >> - I resort to trying google with the right search params. Then give up. >> >> Am I doing anything wrong? Is there some secret incantation I'm missing >> in the search box. I mean, I can't find the right page which tells me what >> versions of core.async are published! That seems as basic usecase. >> >> >> BTW, I am aware that the official page says "Latest release: >> 0.1.346.0-17112a-alpha" >> https://github.com/clojure/core.async but I was interested to test that >> by looking in clojars. So this post is about how I failed in that quest. >> >> -- >> Mike >> >> >> >> -- >> Note that posts from new members are moderated - please be patient with >> your first post. >> --- >> You received this message because you are subscribed to the Google Groups >> "ClojureScript" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/clojurescript. >> > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
