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.

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-30 Thread David Nolen
Can you be more specific about the naming issues?

David

On Wednesday, July 30, 2014, Thomas Heller th.hel...@gmail.com wrote:

 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.

 --
 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 clojurescript+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','clojurescript%2bunsubscr...@googlegroups.com');
 .
 To post to this group, send email to clojurescript@googlegroups.com
 javascript:_e(%7B%7D,'cvml','clojurescript@googlegroups.com');.
 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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-30 Thread Thomas Heller
Sorry, I would be if I could.

Trying to track it down, but debugging an optimized build is not exactly easy. 
:(

When using 2277 I have no errors, when using 2277 with the new closure lib 
release I have some undefined errors. That usually means some sort of 
renaming gone wrong.

Error:
Cannot read property 'apply' of undefined 

Code in question:
b.prototype[c].apply(a,k)

Haven't yet figured which code that actually is.

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-30 Thread Thomas Heller
Geez, 2277 actually works just fine. 2234 doesn't work, but it actually doesn't 
work with either closure-library version. Forgot that I reverted to 2234 due to 
the keyword issue.

2277 + [org.clojure/google-closure-library 0.0-20140718-946a7d39]

seems fine, except for that keyword issue.

Sorry about the confusion, I will shut up now until I have something solid.

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-30 Thread Francis Avila
FYI, using the :psuedo-names compiler option is very handy for debugging 
advanced-compile munging issues, e.g.:

 :compiler {:optimizations :advanced
:pseudo-names true
...}



On Wednesday, July 30, 2014 10:11:17 AM UTC-5, Thomas Heller wrote:
 Geez, 2277 actually works just fine. 2234 doesn't work, but it actually 
 doesn't work with either closure-library version. Forgot that I reverted to 
 2234 due to the keyword issue.
 
 
 
 2277 + [org.clojure/google-closure-library 0.0-20140718-946a7d39]
 
 
 
 seems fine, except for that keyword issue.
 
 
 
 Sorry about the confusion, I will shut up now until I have something solid.

-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


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 OS X) 
AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 
Safari/9537.53
Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; GT-N8010 Build/JZO54K) 
AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30

Got some more in the log if you need them.

HTH

On Wednesday, July 30, 2014 8:57:51 PM UTC+2, David Nolen wrote:

 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 th.h...@gmail.com 
 javascript: wrote: 
  Geez, 2277 actually works just fine. 2234 doesn't work, but it actually 
 doesn't work with either closure-library version. Forgot that I reverted to 
 2234 due to the keyword issue. 
  
  2277 + [org.clojure/google-closure-library 0.0-20140718-946a7d39] 
  
  seems fine, except for that keyword issue. 
  
  Sorry about the confusion, I will shut up now until I have something 
 solid. 
  
  -- 
  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 clojurescrip...@googlegroups.com javascript:. 
  To post to this group, send email to clojur...@googlegroups.com 
 javascript:. 
  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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


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-1312 {:url 
http://oss.sonatype.org/content/repositories//orgclojure-1312}

 local file:maven} 

and

[org.clojure/clojurescript 0.0-2234]
[org.clojure/google-closure-library 0.0-20140718-946a7d39]

Confirmed to resolve CLJS-826.


On Tuesday, July 29, 2014 10:30:21 PM UTC+2, David Nolen wrote:

 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 th.h...@gmail.com 
 javascript: wrote: 
  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 or goog/deps.js we should be good. 
  
  -- 
  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 clojurescrip...@googlegroups.com javascript:. 
  To post to this group, send email to clojur...@googlegroups.com 
 javascript:. 
  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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


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 th.hel...@gmail.com wrote:
 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-1312 {:url
 http://oss.sonatype.org/content/repositories//orgclojure-1312}

  local file:maven}

 and

 [org.clojure/clojurescript 0.0-2234]
 [org.clojure/google-closure-library 0.0-20140718-946a7d39]

 Confirmed to resolve CLJS-826.


 On Tuesday, July 29, 2014 10:30:21 PM UTC+2, David Nolen wrote:

 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 th.h...@gmail.com wrote:
  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 or goog/deps.js we should be good.
 
  --
  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 clojurescrip...@googlegroups.com.
  To post to this group, send email to clojur...@googlegroups.com.
  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 clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescript@googlegroups.com.
 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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.


[ClojureScript] Re: ANN: ClojureScript 0.0-2277

2014-07-26 Thread Thomas Heller
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 
problem.

Would be nice if you could build a new closure release and bump the 
dependency in clojurescript.

Thanks,
/thomas 


On Friday, July 25, 2014 8:37:06 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-2277 

 Leiningen dependency information: 

 [org.clojure/clojurescript 0.0-2277] 

 The main reason behind this release is fixing a critical issue around 
 the structure of the Google Closure Library which broke REPL support 
 in some cases. 

 ## Enhancements 
 * All IEquiv implementor now export equiv Object method 

 ## Fixes 
 * CLJS-824: Unsigned hash for keywords produced via keyword fn 
 * CLJS-827: CLJS-827: wrap macro expansion in try/catch 
 * CLJS-826: fix broken closure release script 
 * CLJS-825: conflict between node js support files 
 * typo in unchecked-subtract-int 


-- 
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 clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.