Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-30 Thread David Nolen
Can you please list the affected clients on this ticket http://dev.clojure.org/jira/browse/CLJS-830, thanks! David On Wed, Jul 30, 2014 at 5:29 PM, Thomas Heller wrote: > I posted some User Agents in the other Thread. > > https://groups.google.com/d/msg/clojurescript/diRGgGmTXPk/bbNMj3XHQ4AJ > >

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-30 Thread Thomas Heller
I posted some User Agents in the other Thread. https://groups.google.com/d/msg/clojurescript/diRGgGmTXPk/bbNMj3XHQ4AJ Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53 Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-30 Thread David Nolen
Based on this information it sounds like the new Google Closure artifacts are good to go. The keyword thing we'll have to address in a subsequent release. It would be useful to know what Mobile Safari clients you see being affected. David On Wed, Jul 30, 2014 at 11:11 AM, Thomas Heller wrote: >

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-30 Thread Thomas Heller
David its probably best to hold off on that release. It seems the closure-library HEAD version depends on a newer closure compiler version than the one available via maven. At least I'm seeing some renaming issues for advanced compilation. -- You received this message because you are subscribe

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-29 Thread David Nolen
Thanks! On Tue, Jul 29, 2014 at 4:48 PM, Thomas Heller wrote: > Just tried > > :repositories {"sonatype-oss-public" {:url > "https://oss.sonatype.org/content/groups/public/"; > :snapshots false} > "sonatype-1311" {:url > "http://oss.sonat

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-29 Thread Thomas Heller
Just tried :repositories {"sonatype-oss-public" {:url "https://oss.sonatype.org/content/groups/public/"; :snapshots false} "sonatype-1311" {:url "http://oss.sonatype.org/content/repositories//orgclojure-1311"} "sonatype-

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-29 Thread David Nolen
Just add sonatype to your :repositories project.clj entry https://github.com/technomancy/leiningen/blob/master/sample.project.clj#L79 David On Tue, Jul 29, 2014 at 4:22 PM, Thomas Heller wrote: > Uhm small hint on how I'd do that? My maven-fu is weak. > > But given that > > https://oss.sonatype.

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-29 Thread Thomas Heller
Uhm small hint on how I'd do that? My maven-fu is weak. But given that https://oss.sonatype.org/content/repositories/orgclojure-1311/org/clojure/google-closure-library-third-party/0.0-20140718-946a7d39/google-closure-library-third-party-0.0-20140718-946a7d39.jar does not contain a goog/base.js o

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-29 Thread David Nolen
Can someone please confirm that the follow Closure releases solve the issues? https://oss.sonatype.org/content/repositories/orgclojure-1312 and https://oss.sonatype.org/content/repositories/orgclojure-1311 Thanks! David On Sat, Jul 26, 2014 at 4:38 AM, Thomas Heller wrote: > Hey David, > > CLJS

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-26 Thread David Nolen
Ah right, I'll look into get that built and will cut another release. On Sat, Jul 26, 2014 at 4:38 AM, Thomas Heller wrote: > Hey David, > > CLJS-826 is only partly resolved in this release since it only takes effect > with a new closure-third-party release since the current jar is causing the >