I'm having trouble getting the M003 branch to work. I would like to update 
the project so that it will work with the newest dependencies, and work 
with leiningen 2. The problem is that when I do:
lein repl
(go)

The chrome browser loads properly, and the page works, but I can't connect 
with the repl. Any commands at the Clojurescript:cljs.user prompt just 
hang. In the browser, I get the following errors:

clojure.browser.net.into is undefined 
clojure.browser.repl is undefined

I get the same problem, even if just run the M003 branch without changing 
anything else.

This is the error I get when trying to run the production code:

java.lang.NullPointerException
Matcher.java:1151 java.util.regex.Matcher.getTextLength
Matcher.java:308 java.util.regex.Matcher.reset
Matcher.java:228 java.util.regex.Matcher.
Pattern.java:905 java.util.regex.Pattern.matcher
utils.clj:6 clj-stacktrace.utils/re-gsub
core.clj:14 clj-stacktrace.core/clojure-ns
core.clj:68 clj-stacktrace.core/parse-trace-elem
core.clj:2434 clojure.core/map[fn]
LazySeq.java:42 clojure.lang.LazySeq.sval
LazySeq.java:60 clojure.lang.LazySeq.seq
Cons.java:39 clojure.lang.Cons.next
RT.java:587 clojure.lang.RT.next
core.clj:64 clojure.core/next
core.clj:880 clojure.core/reduce1
core.clj:888 clojure.core/reverse
core.clj:88 clj-stacktrace.core/trim-redundant
core.clj:105 clj-stacktrace.core/parse-cause-exception
core.clj:123 clj-stacktrace.core/parse-exception
repl.clj:106 clj-stacktrace.repl/pst-on
repl.clj:123 clj-stacktrace.repl/pst-str
RestFn.java:408 clojure.lang.RestFn.invoke
stacktrace.clj:17 ring.middleware.stacktrace/wrap-stacktrace-log[fn]
stacktrace.clj:79 ring.middleware.stacktrace/wrap-stacktrace-web[fn]
Var.java:415 clojure.lang.Var.invoke
jetty.clj:18 
ring.adapter.jetty/proxy-handlerfn<https://github.com/brentonashworth/one/issues/Unknown%20Source>
ring.adapter.jetty.proxy$org.eclipse.jetty.server.handler.AbstractHandler$0.handle
HandlerWrapper.java:111 
org.eclipse.jetty.server.handler.HandlerWrapper.handle
Server.java:349 org.eclipse.jetty.server.Server.handle
AbstractHttpConnection.java:452 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest
AbstractHttpConnection.java:884 
org.eclipse.jetty.server.AbstractHttpConnection.headerComplete
AbstractHttpConnection.java:938 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete
HttpParser.java:634 org.eclipse.jetty.http.HttpParser.parseNext
HttpParser.java:230 org.eclipse.jetty.http.HttpParser.parseAvailable
AsyncHttpConnection.java:76 
org.eclipse.jetty.server.AsyncHttpConnection.handle
SelectChannelEndPoint.java:609 
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle
SelectChannelEndPoint.java:45 
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run
QueuedThreadPool.java:599 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob
QueuedThreadPool.java:534 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run
Thread.java:679 java.lang.Thread.run

I can run the original 1.0.0 version without a problem, but I'd really like 
to be able to use the newest versions of clojurescript and the rest of the 
libraries in the dependencies.

This gist has the settings I wanted to use in project.clj: 
https://gist.github.com/3734941

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to