Hi,

Our project's build has recently got extremely slow if started from a clean 
state. The build time currently is close to two hours. 

The build always seems to hang here:
Analyzing 
jar:file:/Users/ohra/.m2/repository/reagent/reagent/0.5.0/reagent0.5.0.jar!/reagent/debug.cljs
    
Compiling resources/public/trex/js/out/reagent/debug.cljs

If I take a thread dump at this point these lines always appear:
...
at cljs.util$topo_sort.invoke(util.clj:146)                                     
                     
at cljs.analyzer$ns_dependents.invoke(analyzer.clj:563)

If the build is killed at this point and started again it completes normally in 
a minute or so. I tried leaving out cljsbuild but the build also hangs then.

It's probably worth noting that reagent/debug.cljs is a totally empty 
namespace. Is there something strange happening with the dependency analysis or 
what might be the problem?

Harri


-- 
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.

Reply via email to