Weasel calling cljs.repl/analyze-source is throwing in my case. I didn't solve the cause, but I hacked a way around the problem in my local version of weasel: https://github.com/darwin/weasel/commit/c2b5b963bcf10a7c341a4cbc8f21121d3adef6b0
I have updated the gist with more info: https://gist.github.com/darwin/523ee0a1bc6e512fa27d I cannot reason about these issues. But with Om 0.8.1 it worked for me. btw. full project is available here: https://github.com/darwin/flense-nw/tree/weasel-repl I don't expect more help here because this is probably an issue on Weasel side: https://github.com/tomjakubowski/weasel/issues/41 (and others) Thanks for you patience. On Tuesday, January 27, 2015 at 2:18:42 PM UTC+1, David Nolen wrote: > This isn't very useful without seeing the contents your project.clj or the > output of `lein deps :tree`. > > > This goes for everyone having trouble on this thread. > > > > David > > > On Tue, Jan 27, 2015 at 7:17 AM, Antonin Hildebrand <[email protected]> > wrote: > I have just double-checked my local maven repo: > > > > https://gist.github.com/darwin/523ee0a1bc6e512fa27d > > > > cljsjs.react is not present > > > > > > > > On Tuesday, January 27, 2015 at 1:12:19 PM UTC+1, Antonin Hildebrand wrote: > > > > ExceptionInfo No such namespace: cljsjs.react > > > I have the same issue with 0.8.6 and I can confirm removing piggieback does > > not solve the problem. > > > > > > I'm new to Clojure/ClojureScript. But my guess is that this problem arises > > when om is required by some code running in "clj" context. My app compiles > > and runs fine. But not when I try to enter 'lein repl'. REPL starts in > > "clj" mode, I enter some piggieback commands and it tries to bootstrap cljs > > contex and establish a browser connection. I think the problem is in that > > boostrap phase, when om gets somehow included in clj context and tries to > > require cljsjs.react which is not on classpath. There is no jar for that. > > > > > > Unfortunately I was unable to dig deeper. Still don't know how get more > > verbose information about the situation. > > > > > > Antonin > > > > > > On Tuesday, January 27, 2015 at 5:16:52 AM UTC+1, Makoto H. wrote: > > > > Hi, > > > > > > > > I tried the 0.8.6 but I faced another error. > > > > > > > > ExceptionInfo No such namespace: cljsjs.react at line 1 > > > file:/userdata/appdata/maven/.m2/repository/org/omcljs/om/0.8.6/om-0.8.6.jar!/om/dom.cljs > > > clojure.core/ex-info (core.clj:4403) > > > > > > > > I am trying to find the cause but I was not able to do it. > > > > -- > > 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 [email protected]. > > To post to this group, send email to [email protected]. > > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
