[ClojureScript] Om performance problems

2014-08-09 Thread Shaun Williams
Any Om developers experiencing performance problems? When I click a controlled checkbox in a table of 20 rows, it is taking 1 second in firefox for it to render. In Chrome, it is faster, but it still takes a noticeable 30-90 ms to render. This long delta time is making me nervous that I'm

[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] Om performance problems

2014-08-09 Thread Moritz Ulrich
Shaun Williams shaunewilli...@gmail.com writes: This sounds strange - especially the difference between Firefox and Chrome. I notice smaller differences (80 vs 200ms) sometimes, but not something this big. Could you share some code? Any Om developers experiencing performance problems? When I

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.

Re: [ClojureScript] Re: [ANN] Silk, an isomorphic routing library for Clojure and ClojureScript

2014-08-09 Thread Dom Kiva-Meyer
Hi Allen, Thanks for the feedback! 1) This, and precompiling regexes where possible, is my intention with Silk. 2) I'm not convinced that requiring fully-qualified routes would be a feature. Let's say we have route A which should match /foo/bar and route B which should match /foo/*. If these

[ClojureScript] Re: OM testing

2014-08-09 Thread stephanos
I'm also VERY interested in this! Being rather new to Clojurescript/Om. So far I found - https://github.com/slagyr/speclj - https://github.com/Prismatic/cljs-test - https://github.com/cemerick/clojurescript.test Not sure how well they work with Om, though. And I came up empty handed looking

[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] Browser-REPL(from austin) using the latest clojurescript (0.0-2307) didn't work

2014-08-09 Thread Makoto H.
I am using om and clojurescript using cemerick's austin. When I updated clojurescript to the latest version from 0.0-2280 to 0.0-2307, Browser-REPL did not work. The following is when I was starting bRepl. ; nrepl.el 0.2.0 (Clojure 1.6.0, nREPL 0.2.3) user (in-ns 'om-tut.server) #Namespace

Re: [ClojureScript] Browser-REPL(from austin) using the latest clojurescript (0.0-2307) didn't work

2014-08-09 Thread David Nolen
Good catch fixed in master and a new release is pending. Thanks for the report. On Sat, Aug 9, 2014 at 6:39 PM, Makoto H. tokomakoma...@gmail.com wrote: I am using om and clojurescript using cemerick's austin. When I updated clojurescript to the latest version from 0.0-2280 to 0.0-2307,

[ClojureScript] ANN: ClojureScript 0.0-2311

2014-08-09 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript New release version: 0.0-2311 Leiningen dependency information: [org.clojure/clojurescript 0.0-2311] This release fixes a regression in browser REPL.