Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-11 Thread Ivan Mikushin
The same issue (and workaround) applies to clojurescript-0.0.2311 -- 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

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-11 Thread Alex Miller
Sonatype reports the cache has been purged and it should be working again. Seems to be for me. On Mon, Aug 11, 2014 at 8:35 AM, Ivan Mikushin i.mikus...@gmail.com wrote: The same issue (and workaround) applies to clojurescript-0.0.2311 -- Note that posts from new members are moderated -

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-10 Thread Bronsa
Looks like it's broken again for 0.0-2311, this time maven-metadata.xml shows it but the jars are not there. I can see them if I work around the cache. Another report: http://dev.clojure.org/jira/browse/CLJS-838 On Sat, Aug 9, 2014 at 5:03 PM, Rick B rbriga...@sonatype.com wrote: There was a

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-10 Thread Makoto Hashimoto
I am facing the same problem. I can see the entries in the maven repo. http://repo1.maven.org/maven2/org/clojure/clojurescript/0.0-2311/ ../ clojurescript-0.0-2311-sources.jar.md5 09-Aug-2014 23:28 32 clojurescript-0.0-2311-sources.jar.sha109-Aug-2014 23:28

[ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-09 Thread Frank Versnel
On Thursday, August 7, 2014 11:08:16 PM UTC+2, David Nolen wrote: ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript New release version: 0.0-2301 Leiningen dependency information:

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-09 Thread Nicola Mometto
I can confirm, there seem to be problem fetching clojurescript versions 0.0-2301 and 0.0-2307. Browsing the Central repo the files are there: http://repo1.maven.org/maven2/org/clojure/clojurescript/0.0-2301/ http://repo1.maven.org/maven2/org/clojure/clojurescript/0.0-2307/ But the

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-09 Thread Curtis Summers
I think this may be a cache issue with the central repo. I can both see the file via browsing and they are in the index for me, but the actual jar file brings up a 404: http://repo1.maven.org/maven2/org/clojure/clojurescript/0.0-2307/clojurescript-0.0-2307.jar However, appending a junk query

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-09 Thread Alex Miller
I will file an issue - thanks for the analysis! Alex On Saturday, August 9, 2014 8:41:34 AM UTC-5, Curtis Summers wrote: I think this may be a cache issue with the central repo. I can both see the file via browsing and they are in the index for me, but the actual jar file brings up a 404:

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-09 Thread Rick B
There was a cache issue for the maven-metadata.xml and the possibly the jar files for 0.0-2301 and 0.0-2307. We have purged our CDN cache for those files which should have resolved it. If not, please let us know. Rick On Saturday, August 9, 2014 10:52:39 AM UTC-4, Alex Miller wrote: I will

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-09 Thread Curtis Summers
The issue is resolved for me also. Thanks! --Curtis On Sat, Aug 9, 2014 at 10:18 AM, Paul Burt paul.b...@gmail.com wrote: On Saturday, 9 August 2014 16:03:57 UTC+1, Rick B wrote: There was a cache issue for the maven-metadata.xml and the possibly the jar files for 0.0-2301 and 0.0-2307.

[ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-09 Thread Leon Grapenthin
This release somehow breaks piggieback 0.1.3. A production project: lein repl Exception in thread main java.lang.ExceptionInInitializerError at clojure.main.clinit(main.java:20) Caused by: java.lang.RuntimeException: Unable to resolve var: reader/*alias-map* in this context,

[ClojureScript] Re: ANN: ClojureScript 0.0-2301, Transducers!

2014-08-07 Thread David Nolen
I just cut 0.0-2307, the only change is that the compiler now optimizes anonymous multi-arity fns which results in a big performance boost to transducer code. David On Thu, Aug 7, 2014 at 5:08 PM, David Nolen dnolen.li...@gmail.com wrote: ClojureScript, the Clojure compiler that emits